InternalSmoErrorException Constructors

Definition

Overloads

InternalSmoErrorException()

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String)

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String, Exception)

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException()

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException ();
Public Sub New ()

Applies to

InternalSmoErrorException(String)

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException (string message);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String)

Parameters

message
String

The message of the exception as string.

Applies to

InternalSmoErrorException(String, Exception)

Constructor for T:Microsoft.SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string * Exception -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The message of the exception as string.

innerException
Exception

The T:System.Exception instance that caused the current exception.

Applies to