ContextPropertyAlreadyExistsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- propertyNamespace
- String
- propertyName
- String