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