ComponentRevocationFailedException Konstruktoren

Definition

Überlädt

ComponentRevocationFailedException()

Nur für die interne Verwendung durch Microsoft vorgesehen.

ComponentRevocationFailedException(String)

Nur für die interne Verwendung durch Microsoft vorgesehen.

ComponentRevocationFailedException(SerializationInfo, StreamingContext)

Nur für die interne Verwendung durch Microsoft vorgesehen.

ComponentRevocationFailedException(String, Exception)

Nur für die interne Verwendung durch Microsoft vorgesehen.

ComponentRevocationFailedException()

Nur für die interne Verwendung durch Microsoft vorgesehen.

public:
 ComponentRevocationFailedException();
public:
 ComponentRevocationFailedException();
 ComponentRevocationFailedException();
public ComponentRevocationFailedException ();
Public Sub New ()

Gilt für

ComponentRevocationFailedException(String)

Nur für die interne Verwendung durch Microsoft vorgesehen.

public:
 ComponentRevocationFailedException(System::String ^ message);
public:
 ComponentRevocationFailedException(Platform::String ^ message);
 ComponentRevocationFailedException(std::wstring const & message);
public ComponentRevocationFailedException (string message);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ComponentRevocationFailedException : string -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ComponentRevocationFailedException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, in der die Ausnahme beschrieben wird Der Aufrufer dieses Konstruktors ist erforderlich, um sicherzustellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.

Gilt für

ComponentRevocationFailedException(SerializationInfo, StreamingContext)

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Parameter

info
SerializationInfo

Das Objekt, das die Daten des serialisierten Objekts enthält.

context
StreamingContext

Die Kontextinformationen zur Quelle bzw. zum Ziel.

Gilt für

ComponentRevocationFailedException(String, Exception)

Nur für die interne Verwendung durch Microsoft vorgesehen.

public:
 ComponentRevocationFailedException(System::String ^ message, Exception ^ innerException);
public ComponentRevocationFailedException (string message, Exception innerException);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ComponentRevocationFailedException : string * Exception -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ComponentRevocationFailedException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung, in der die Ausnahme beschrieben wird Der Aufrufer dieses Konstruktors ist erforderlich, um sicherzustellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist. Wenn der innerException-Parameter nicht null ist, wird die aktuelle Ausnahme in einem catch-Block ausgelöst, der die innere Ausnahme behandelt.

Gilt für