InvalidInOperatorException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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