C# Class System.UnauthorizedAccessException

Inheritance: SystemException
Mostra file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
UnauthorizedAccessException ( ) : System.Runtime.InteropServices
UnauthorizedAccessException ( string message ) : System.Runtime.InteropServices
UnauthorizedAccessException ( string message, Exception inner ) : System.Runtime.InteropServices

Protected Methods

Method Description
UnauthorizedAccessException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

UnauthorizedAccessException() public method

public UnauthorizedAccessException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

UnauthorizedAccessException() protected method

protected UnauthorizedAccessException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices

UnauthorizedAccessException() public method

public UnauthorizedAccessException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

UnauthorizedAccessException() public method

public UnauthorizedAccessException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
return System.Runtime.InteropServices