DkmException Oluşturucular

Tanım

Aşırı Yüklemeler

DkmException(DkmExceptionCode)

Yeni bir özel durum örneği oluşturun. Yerel birlikte çalışma senaryolarını etkinleştirmek için bu özel durum sistemi hata kodu tabanlıdır, bu nedenle hiçbir exceıon dizesi yok.

DkmException(SerializationInfo, StreamingContext)

DkmException(DkmExceptionCode)

Yeni bir özel durum örneği oluşturun. Yerel birlikte çalışma senaryolarını etkinleştirmek için bu özel durum sistemi hata kodu tabanlıdır, bu nedenle hiçbir exceıon dizesi yok.

public:
 DkmException(Microsoft::VisualStudio::Debugger::DkmExceptionCode code);
public:
 DkmException(Microsoft::VisualStudio::Debugger::DkmExceptionCode code);
 DkmException(Microsoft::VisualStudio::Debugger::DkmExceptionCode code);
public DkmException (Microsoft.VisualStudio.Debugger.DkmExceptionCode code);
new Microsoft.VisualStudio.Debugger.DkmException : Microsoft.VisualStudio.Debugger.DkmExceptionCode -> Microsoft.VisualStudio.Debugger.DkmException
Public Sub New (code As DkmExceptionCode)

Parametreler

code
DkmExceptionCode

Bu özel durum için HRESULT kodu. Bu Numaralandırıcı aralığının dışında tanımlanan HRESULT değerlerinin kullanılması kabul edilebilir ancak önerilir.

Şunlara uygulanır

DkmException(SerializationInfo, StreamingContext)

protected:
 DkmException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DkmException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.Debugger.DkmException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.Debugger.DkmException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

Şunlara uygulanır