ServiceHubException 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.
Exception type that this thrown when a ServiceHub error occurs.
public class ServiceHubException : Exception
type ServiceHubException = class
inherit Exception
Public Class ServiceHubException
Inherits Exception
- Inheritance
-
ServiceHubException
- Derived
Constructors
| Name | Description |
|---|---|
| ServiceHubException(ServiceHubException+ErrorKind, String, Exception) |
Initializes a new instance of the ServiceHubException class. |
Properties
| Name | Description |
|---|---|
| ErrorType |
Gets the type of error that occurred. |