ConflictingPropertyValuesException Constructors

Definition

Overloads

ConflictingPropertyValuesException()

Base constructor

ConflictingPropertyValuesException(String)

Base constructor

ConflictingPropertyValuesException(String, Exception)

Base constructor

ConflictingPropertyValuesException(String, String, String, String, String)

Constructor

ConflictingPropertyValuesException()

Base constructor

public ConflictingPropertyValuesException ();
Public Sub New ()

Applies to

ConflictingPropertyValuesException(String)

Base constructor

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

Parameters

message
String

Applies to

ConflictingPropertyValuesException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to

ConflictingPropertyValuesException(String, String, String, String, String)

Constructor

public ConflictingPropertyValuesException (string mode, string type1, string name1, string type2, string name2);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string * string * string * string * string -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (mode As String, type1 As String, name1 As String, type2 As String, name2 As String)

Parameters

mode
String
type1
String
name1
String
type2
String
name2
String

Applies to