CycleException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CycleException() | |
CycleException(String) | |
CycleException(SerializationInfo, StreamingContext) | |
CycleException(String, Exception) |
CycleException()
public:
CycleException();
public CycleException ();
Public Sub New ()
Gilt für:
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)
Parameter
- messageOnly
- String
Gilt für:
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- msg
- String
- innerException
- Exception