OperatorNotApplicableException コンストラクター

定義

オーバーロード

名前 説明
OperatorNotApplicableException()

基本コンストラクター

OperatorNotApplicableException(String)

基本コンストラクター

OperatorNotApplicableException(String, Exception)

基本コンストラクター

OperatorNotApplicableException(String, String)

コンストラクター

OperatorNotApplicableException()

基本コンストラクター

public OperatorNotApplicableException();
Public Sub New ()

適用対象

OperatorNotApplicableException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

OperatorNotApplicableException(String, Exception)

基本コンストラクター

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)

パラメーター

message
String
innerException
Exception

適用対象

OperatorNotApplicableException(String, String)

コンストラクター

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)

パラメーター

operatorName
String
typeName
String

適用対象