Share via


ExtensionException Constructors

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

Overloads

ExtensionException()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

ExtensionException(Exception)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

ExtensionException(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

ExtensionException(SerializationInfo, StreamingContext)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

ExtensionException(String, Exception)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

ExtensionException()

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

public:
 ExtensionException();
public ExtensionException ();
Public Sub New ()

Applies to

ExtensionException(Exception)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

public:
 ExtensionException(Exception ^ inner);
public ExtensionException (Exception inner);
new Microsoft.EnterpriseManagement.Configuration.ExtensionException : Exception -> Microsoft.EnterpriseManagement.Configuration.ExtensionException
Public Sub New (inner As Exception)

Parameters

inner
Exception

The underlying exception that causes this exception.

Applies to

ExtensionException(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

public:
 ExtensionException(System::String ^ message);
public ExtensionException (string message);
new Microsoft.EnterpriseManagement.Configuration.ExtensionException : string -> Microsoft.EnterpriseManagement.Configuration.ExtensionException
Public Sub New (message As String)

Parameters

message
String

The message describing the exception.

Applies to

ExtensionException(SerializationInfo, StreamingContext)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

protected:
 ExtensionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ExtensionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EnterpriseManagement.Configuration.ExtensionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EnterpriseManagement.Configuration.ExtensionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The object that holds the serialized data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

ExtensionException(String, Exception)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ExtensionException class.

public:
 ExtensionException(System::String ^ message, Exception ^ inner);
public ExtensionException (string message, Exception inner);
new Microsoft.EnterpriseManagement.Configuration.ExtensionException : string * Exception -> Microsoft.EnterpriseManagement.Configuration.ExtensionException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

The message describing the exception.

inner
Exception

The underlying exception that causes this exception.

Applies to