UndefinedTypesException 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
| UndefinedTypesException() | |
| UndefinedTypesException(String) | |
| UndefinedTypesException(SerializationInfo, StreamingContext) | |
| UndefinedTypesException(String, Exception) |
UndefinedTypesException()
public:
UndefinedTypesException();
public UndefinedTypesException ();
Public Sub New ()
Applies to
UndefinedTypesException(String)
public:
UndefinedTypesException(System::String ^ message);
public UndefinedTypesException (string message);
new Microsoft.BizTalk.Adapter.Framework.UndefinedTypesException : string -> Microsoft.BizTalk.Adapter.Framework.UndefinedTypesException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
UndefinedTypesException(SerializationInfo, StreamingContext)
protected:
UndefinedTypesException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UndefinedTypesException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Adapter.Framework.UndefinedTypesException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Adapter.Framework.UndefinedTypesException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
UndefinedTypesException(String, Exception)
public:
UndefinedTypesException(System::String ^ message, Exception ^ exception);
public UndefinedTypesException (string message, Exception exception);
new Microsoft.BizTalk.Adapter.Framework.UndefinedTypesException : string * Exception -> Microsoft.BizTalk.Adapter.Framework.UndefinedTypesException
Parameters
- message
- String
- exception
- Exception