C# Class System.MethodAccessException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

MethodAccessException() public méthode

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

MethodAccessException() protected méthode

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

MethodAccessException() public méthode

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

MethodAccessException() public méthode

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