Occurs when there is an error processing the service request.

Namespace: Buddy
Assembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)

Syntax

C#
public class BuddyServiceException : Exception
Visual Basic
Public Class BuddyServiceException _
	Inherits Exception
Visual C++
public ref class BuddyServiceException : public Exception
JavaScript
Buddy.BuddyServiceException = function();

Type.createClass(
	'Buddy.BuddyServiceException',
	Exception);

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Buddy..::..BuddyServiceException

See Also