Share via


ServiceHubException Class

Definition

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

ServiceHubException(ServiceHubException+ErrorKind, String, Exception)

Initializes a new instance of the ServiceHubException class.

Properties

ErrorType

Gets the type of error that occurred.

Applies to