Share via


CycleException Constructors

Definition

Overloads

CycleException()
CycleException(String)
CycleException(SerializationInfo, StreamingContext)
CycleException(String, Exception)

CycleException()

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

Applies to

CycleException(String)

public:
 CycleException(System::String ^ messageOnly);
public CycleException (string messageOnly);
new Microsoft.BizTalk.ExplorerOM.CycleException : string -> Microsoft.BizTalk.ExplorerOM.CycleException
Public Sub New (messageOnly As String)

Parameters

messageOnly
String

Applies to

CycleException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

CycleException(String, Exception)

public:
 CycleException(System::String ^ msg, Exception ^ innerException);
public CycleException (string msg, Exception innerException);
new Microsoft.BizTalk.ExplorerOM.CycleException : string * Exception -> Microsoft.BizTalk.ExplorerOM.CycleException
Public Sub New (msg As String, innerException As Exception)

Parameters

msg
String
innerException
Exception

Applies to