ResumingFromDebugModeFailedException 构造函数

定义

重载

ResumingFromDebugModeFailedException(Exception, Guid)
ResumingFromDebugModeFailedException(SerializationInfo, StreamingContext)

ResumingFromDebugModeFailedException(Exception, Guid)

public:
 ResumingFromDebugModeFailedException(Exception ^ inner, Guid instanceId);
public ResumingFromDebugModeFailedException (Exception inner, Guid instanceId);
new Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException : Exception * Guid -> Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException
Public Sub New (inner As Exception, instanceId As Guid)

参数

inner
Exception
instanceId
Guid

适用于

ResumingFromDebugModeFailedException(SerializationInfo, StreamingContext)

protected:
 ResumingFromDebugModeFailedException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected ResumingFromDebugModeFailedException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.ResumingFromDebugModeFailedException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)

参数

适用于