ResumingFromDebugModeFailedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- inner
- Exception
- instanceId
- Guid
Applies to
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)