SmoException Constructors

Definition

Overloads

SmoException()

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

SmoException(String)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

SmoException(SerializationInfo, StreamingContext)
SmoException(String, Exception)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

SmoException()

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

public SmoException ();
Public Sub New ()

Applies to

SmoException(String)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

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

Parameters

message
String

Applies to

SmoException(SerializationInfo, StreamingContext)

protected SmoException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Smo.SmoException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Smo.SmoException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

SmoException(String, Exception)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

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

Parameters

message
String
innerException
Exception

Applies to