C# Class System.MemberAccessException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

MemberAccessException() public méthode

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

MemberAccessException() protected méthode

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

MemberAccessException() public méthode

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

MemberAccessException() public méthode

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