C# Class PineCone.PineConeException

Inheritance: System.AggregateException
Show file Open project: danielwertheim/PineCone

Public Methods

Method Description
PineConeException ( string message ) : System
PineConeException ( string message, IEnumerable innerExceptions ) : System

Protected Methods

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

Method Details

PineConeException() protected method

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

PineConeException() public method

public PineConeException ( string message ) : System
message string
return System

PineConeException() public method

public PineConeException ( string message, IEnumerable innerExceptions ) : System
message string
innerExceptions IEnumerable
return System