UnsupportedConstructException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UnsupportedConstructException() | |
UnsupportedConstructException(String) | |
UnsupportedConstructException(SerializationInfo, StreamingContext) | |
UnsupportedConstructException(String, Exception) |
UnsupportedConstructException()
public:
UnsupportedConstructException();
public UnsupportedConstructException ();
Public Sub New ()
適用対象
UnsupportedConstructException(String)
public:
UnsupportedConstructException(System::String ^ message);
public UnsupportedConstructException (string message);
new Microsoft.BizTalk.Adapter.Framework.UnsupportedConstructException : string -> Microsoft.BizTalk.Adapter.Framework.UnsupportedConstructException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
UnsupportedConstructException(SerializationInfo, StreamingContext)
protected:
UnsupportedConstructException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UnsupportedConstructException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Adapter.Framework.UnsupportedConstructException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Adapter.Framework.UnsupportedConstructException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
UnsupportedConstructException(String, Exception)
public:
UnsupportedConstructException(System::String ^ message, Exception ^ exception);
public UnsupportedConstructException (string message, Exception exception);
new Microsoft.BizTalk.Adapter.Framework.UnsupportedConstructException : string * Exception -> Microsoft.BizTalk.Adapter.Framework.UnsupportedConstructException
パラメーター
- message
- String
- exception
- Exception