共用方式為


BreakPointLocationNotSetException 建構函式

定義

多載

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)

參數

instanceId
Guid

適用於

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)

參數

適用於