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