UnsupportedConstructException 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
UnsupportedConstructException() | |
UnsupportedConstructException(String) | |
UnsupportedConstructException(SerializationInfo, StreamingContext) | |
UnsupportedConstructException(String, Exception) |
UnsupportedConstructException()
public:
UnsupportedConstructException();
public UnsupportedConstructException ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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
Parameters
- message
- String
- exception
- Exception