ServiceLocalException 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 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, 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. |
ServiceLocalException(String) |
Initializes a new instance of the ServiceLocalException class with the specified error message. |