WSTrustSerializationException コンストラクター (String, Exception)
Initializes a new instance of WSTrustSerializationException
名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)
使用方法
Dim message As String Dim inner As Exception Dim instance As New WSTrustSerializationException(message, inner)
構文
'宣言
Public Sub New ( _
message As String, _
inner As Exception _
)
public WSTrustSerializationException (
string message,
Exception inner
)
public:
WSTrustSerializationException (
String^ message,
Exception^ inner
)
public WSTrustSerializationException (
String message,
Exception inner
)
public function WSTrustSerializationException (
message : String,
inner : Exception
)
パラメーター
- message
The error message to attach to the exception.
- inner
The inner exception to attach to the new exception.
プラットフォーム
開発プラットフォーム
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
関連項目
参照
WSTrustSerializationException クラス
WSTrustSerializationException メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間