Share via


UnknownServiceException Class

Definition

Represents the exception that is thrown because the service threw an unknown exception.

public ref class UnknownServiceException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class UnknownServiceException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type UnknownServiceException = class
    inherit EnterpriseManagementException
Public Class UnknownServiceException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

UnknownServiceException()

Initializes a new UnknownServiceException object.

UnknownServiceException(Exception)

Initializes a new UnknownServiceException object by specifying an inner exception that caused the current exception.

UnknownServiceException(SerializationInfo, StreamingContext)

Initializes a new UnknownServiceException object with serialized data.

UnknownServiceException(String)

Initializes a new UnknownServiceException object by specifying the error message that describes the current exception.

UnknownServiceException(String, Exception)

Initializes a new UnknownServiceException object with an error message and inner exception.

Applies to