InvalidInOperatorException Constructors

Definition

Overloads

InvalidInOperatorException()

Constructor

InvalidInOperatorException(String)

Constructor

InvalidInOperatorException(String, Exception)

Base constructor

InvalidInOperatorException()

Constructor

public InvalidInOperatorException ();
Public Sub New ()

Applies to

InvalidInOperatorException(String)

Constructor

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

Parameters

opType
String

Applies to

InvalidInOperatorException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to