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