BreakPointLocationNotSetException 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
BreakPointLocationNotSetException(Guid) | |
BreakPointLocationNotSetException(SerializationInfo, StreamingContext) |
BreakPointLocationNotSetException(Guid)
public:
BreakPointLocationNotSetException(Guid instanceId);
public BreakPointLocationNotSetException (Guid instanceId);
new Microsoft.XLANGs.RuntimeTypes.BreakPointLocationNotSetException : Guid -> Microsoft.XLANGs.RuntimeTypes.BreakPointLocationNotSetException
Public Sub New (instanceId As Guid)
Parameters
- instanceId
- Guid
Applies to
BreakPointLocationNotSetException(SerializationInfo, StreamingContext)
protected:
BreakPointLocationNotSetException(System::Runtime::Serialization::SerializationInfo ^ si, System::Runtime::Serialization::StreamingContext sc);
protected BreakPointLocationNotSetException (System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc);
new Microsoft.XLANGs.RuntimeTypes.BreakPointLocationNotSetException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.XLANGs.RuntimeTypes.BreakPointLocationNotSetException
Protected Sub New (si As SerializationInfo, sc As StreamingContext)