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