UtilityException コンストラクター (String, Exception)

指定したエラー メッセージと内部例外を使用して、UtilityException クラスの新しい既定インスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception

Dim instance As New UtilityException(message, _
    innerException)
public UtilityException(
    string message,
    Exception innerException
)
public:
UtilityException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> UtilityException
public function UtilityException(
    message : String, 
    innerException : Exception
)

パラメーター

  • innerException
    型: System. . :: . .Exception
    現在の例外の原因である Exception、または内部例外が指定されていない場合は NULL 参照です。