Partager via


SqlAssessmentTypeMismatchException Constructors

Definition

Overloads

SqlAssessmentTypeMismatchException()
SqlAssessmentTypeMismatchException(String)
SqlAssessmentTypeMismatchException(SerializationInfo, StreamingContext)
SqlAssessmentTypeMismatchException(String, Exception)
SqlAssessmentTypeMismatchException(Type, Type, Object)
SqlAssessmentTypeMismatchException(Type, Type, Object, Exception)

SqlAssessmentTypeMismatchException()

public SqlAssessmentTypeMismatchException ();
Public Sub New ()

Applies to

SqlAssessmentTypeMismatchException(String)

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

Parameters

message
String

Applies to

SqlAssessmentTypeMismatchException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

SqlAssessmentTypeMismatchException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to

SqlAssessmentTypeMismatchException(Type, Type, Object)

public SqlAssessmentTypeMismatchException (Type expected, Type actual, object value);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentTypeMismatchException : Type * Type * obj -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentTypeMismatchException
Public Sub New (expected As Type, actual As Type, value As Object)

Parameters

expected
Type
actual
Type
value
Object

Applies to

SqlAssessmentTypeMismatchException(Type, Type, Object, Exception)

public SqlAssessmentTypeMismatchException (Type expected, Type actual, object value, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentTypeMismatchException : Type * Type * obj * Exception -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentTypeMismatchException
Public Sub New (expected As Type, actual As Type, value As Object, innerException As Exception)

Parameters

expected
Type
actual
Type
value
Object
innerException
Exception

Applies to