ServiceLocalException Class

Definition

Represents an error that occurs when a service operation fails.

public ref class ServiceLocalException : Exception
public class ServiceLocalException : Exception
Public Class ServiceLocalException
Inherits Exception
Inheritance
ServiceLocalException
Derived

Constructors

ServiceLocalException()

Initializes a new instance of the ServiceLocalException class.

ServiceLocalException(String)

Initializes a new instance of the ServiceLocalException class with the specified error message.

ServiceLocalException(String, Exception)

Initializes a new instance of the ServiceLocalException class with the specified message and a reference to the inner exception that is the cause of this exception.

Applies to