GacException Constructors

Definition

Overloads

GacException()
GacException(String)
GacException(SerializationInfo, StreamingContext)
GacException(String, Exception)

GacException()

public:
 GacException();
public GacException ();
Public Sub New ()

Applies to

GacException(String)

public:
 GacException(System::String ^ message);
public GacException (string message);
new Microsoft.BizTalk.Gac.GacException : string -> Microsoft.BizTalk.Gac.GacException
Public Sub New (message As String)

Parameters

message
String

Applies to

GacException(SerializationInfo, StreamingContext)

protected:
 GacException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected GacException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Gac.GacException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Gac.GacException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

GacException(String, Exception)

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

Parameters

message
String
exception
Exception

Applies to