C# Class clojure.lang.FutureAbortedException

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

Public Methods

Method Description
FutureAbortedException ( ) : System
FutureAbortedException ( string msg ) : System
FutureAbortedException ( string msg, Exception inner ) : System

Protected Methods

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

Method Details

FutureAbortedException() public method

public FutureAbortedException ( ) : System
return System

FutureAbortedException() protected method

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

FutureAbortedException() public method

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

FutureAbortedException() public method

public FutureAbortedException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System