C# Class System.TypeUnloadedException

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

Public Methods

Method Description
TypeUnloadedException ( ) : System.Runtime.InteropServices
TypeUnloadedException ( string message ) : System.Runtime.InteropServices
TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices

Protected Methods

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

Method Details

TypeUnloadedException() public method

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

TypeUnloadedException() protected method

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

TypeUnloadedException() public method

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

TypeUnloadedException() public method

public TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
return System.Runtime.InteropServices