C# Class System.MethodAccessException

Inheritance: MemberAccessException
Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

MethodAccessException() public method

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

MethodAccessException() protected method

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

MethodAccessException() public method

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

MethodAccessException() public method

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