FunctionWrongReturnTypeException.Message プロパティ

例外に関連付けられたメッセージを取得します。

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

構文

'宣言
Public Overrides ReadOnly Property Message As String 
    Get
'使用
Dim instance As FunctionWrongReturnTypeException 
Dim value As String 

value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string 
override Message : string
override function get Message () : String

プロパティ値

型: System.String
例外に関連付けられたメッセージを示す String 値です。

実装

_Exception.Message

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

FunctionWrongReturnTypeException クラス

Microsoft.SqlServer.Management.Dmf 名前空間