C# Class clojure.lang.LockingTransaction.AbortException

Inheritance: System.Exception
Exibir arquivo Open project: richhickey/clojure-clr

Public Methods

Method Description
AbortException ( ) : System
AbortException ( String message ) : System
AbortException ( String message, Exception innerException ) : System

Protected Methods

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

Method Details

AbortException() public method

public AbortException ( ) : System
return System

AbortException() protected method

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

AbortException() public method

public AbortException ( String message ) : System
message String
return System

AbortException() public method

public AbortException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System