UnsupportedVersionException Constructors

Definition

Overloads

UnsupportedVersionException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.

UnsupportedVersionException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.

UnsupportedVersionException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.

UnsupportedVersionException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.

public UnsupportedVersionException ();
Public Sub New ()

Applies to

UnsupportedVersionException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.

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

Parameters

message
String

The message of the exception.

Applies to

UnsupportedVersionException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedVersionException.

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

Parameters

message
String

The message of the exception.

innerException
Exception

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

Applies to