Partager via


CycleException Constructeurs

Définition

Surcharges

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

CycleException()

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

S’applique à

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)

Paramètres

messageOnly
String

S’applique à

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)

Paramètres

S’applique à

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)

Paramètres

msg
String
innerException
Exception

S’applique à