C# Class System.Runtime.InteropServices.COMException

Inheritance: ExternalException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
COMException ( ) : System.Runtime.InteropServices
COMException ( String message ) : System.Runtime.InteropServices
COMException ( String message, Exception inner ) : System.Runtime.InteropServices
COMException ( String message, int errorCode ) : System.Runtime.InteropServices
ToString ( ) : String

Méthodes protégées

Méthode Description
COMException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

COMException() public méthode

public COMException ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

COMException() protected méthode

protected COMException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Runtime.InteropServices

COMException() public méthode

public COMException ( String message ) : System.Runtime.InteropServices
message String
Résultat System.Runtime.InteropServices

COMException() public méthode

public COMException ( String message, Exception inner ) : System.Runtime.InteropServices
message String
inner Exception
Résultat System.Runtime.InteropServices

COMException() public méthode

public COMException ( String message, int errorCode ) : System.Runtime.InteropServices
message String
errorCode int
Résultat System.Runtime.InteropServices

ToString() public méthode

public ToString ( ) : String
Résultat String