C# Class System.PlatformNotSupportedException

Inheritance: NotSupportedException
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
PlatformNotSupportedException ( ) : System.Runtime.InteropServices
PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices

Méthodes protégées

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

Method Details

PlatformNotSupportedException() public méthode

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

PlatformNotSupportedException() protected méthode

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

PlatformNotSupportedException() public méthode

public PlatformNotSupportedException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

PlatformNotSupportedException() public méthode

public PlatformNotSupportedException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Résultat System.Runtime.InteropServices