C# Class clojure.lang.Namespace.TypeImportException

Inheritance: System.Exception
显示文件 Open project: aaronc/clojure-clr

Public Methods

Method Description
TypeImportException ( ) : System
TypeImportException ( string msg ) : System
TypeImportException ( string msg, Exception innerException ) : System

Protected Methods

Method Description
TypeImportException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TypeImportException() public method

public TypeImportException ( ) : System
return System

TypeImportException() protected method

protected TypeImportException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TypeImportException() public method

public TypeImportException ( string msg ) : System
msg string
return System

TypeImportException() public method

public TypeImportException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
return System