Share via


UnknownChannelException Class

Definition

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

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

Constructors

UnknownChannelException()

Initializes a new UnknownChannelException object.

UnknownChannelException(Exception)

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

UnknownChannelException(SerializationInfo, StreamingContext)

Initializes a new UnknownChannelException object with serialized data.

UnknownChannelException(String)

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

UnknownChannelException(String, Exception)

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

Applies to