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