C# Class System.MemberAccessException

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

Public Methods

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

Protected Methods

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

Method Details

MemberAccessException() public method

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

MemberAccessException() protected method

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

MemberAccessException() public method

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

MemberAccessException() public method

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