ServiceRemoteException Class

Definition

Represents an error that occurs when a remote service operation fails.

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

Constructors

ServiceRemoteException()

Initializes a new instance of the ServiceRemoteException class.

ServiceRemoteException(String)

Initializes a new instance of the ServiceRemoteException class with an error message.

ServiceRemoteException(String, Exception)

Initializes a new instance of the ServiceRemoteException class with an error message and an inner exception.

Applies to