ServiceRemoteException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the ServiceRemoteException class with an error message and an inner exception. |
ServiceRemoteException(String) |
Initializes a new instance of the ServiceRemoteException class with an error message. |