OperatorNotApplicableException 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
OperatorNotApplicableException() |
Base constructor |
OperatorNotApplicableException(String) |
Base constructor |
OperatorNotApplicableException(String, Exception) |
Base constructor |
OperatorNotApplicableException(String, String) |
Constructor |
OperatorNotApplicableException()
Base constructor
public OperatorNotApplicableException ();
Public Sub New ()
Applies to
OperatorNotApplicableException(String)
Base constructor
public OperatorNotApplicableException (string message);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
OperatorNotApplicableException(String, Exception)
Base constructor
public OperatorNotApplicableException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string * Exception -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
OperatorNotApplicableException(String, String)
Constructor
public OperatorNotApplicableException (string operatorName, string typeName);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string * string -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (operatorName As String, typeName As String)
Parameters
- operatorName
- String
- typeName
- String