C# Class System.Runtime.InteropServices.SEHException

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

Méthodes publiques

Méthode Description
CanResume ( ) : bool
SEHException ( ) : System.Runtime.InteropServices
SEHException ( String message ) : System.Runtime.InteropServices
SEHException ( String message, Exception inner ) : System.Runtime.InteropServices

Méthodes protégées

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

Method Details

CanResume() public méthode

public CanResume ( ) : bool
Résultat bool

SEHException() public méthode

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

SEHException() protected méthode

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

SEHException() public méthode

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

SEHException() public méthode

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