LogException Constructors

Definition

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

Applies to

LogException(String, Exception)

public:
 LogException(System::String ^ message, Exception ^ exception);
public LogException (string message, Exception exception);
new Microsoft.BizTalk.Log.LogException : string * Exception -> Microsoft.BizTalk.Log.LogException

Parameters

message
String
exception
Exception

Applies to