C# Class System.UnauthorizedAccessException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

UnauthorizedAccessException() public méthode

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

UnauthorizedAccessException() protected méthode

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

UnauthorizedAccessException() public méthode

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

UnauthorizedAccessException() public méthode

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