言語

BadExpressionTreeException コンストラクター

定義

オーバーロード

名前 説明
BadExpressionTreeException()

基本コンストラクター

BadExpressionTreeException(String)

コンストラクター

BadExpressionTreeException(String, Exception)

基本コンストラクター

BadExpressionTreeException()

基本コンストラクター

public BadExpressionTreeException();
Public Sub New ()

適用対象

BadExpressionTreeException(String)

コンストラクター

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

パラメーター

reason
String

適用対象

BadExpressionTreeException(String, Exception)

基本コンストラクター

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)

パラメーター

message
String
innerException
Exception

適用対象