C# Class NCore.NCoreException

Inheritance: System.AggregateException
显示文件 Open project: danielwertheim/NCore

Public Methods

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

Protected Methods

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

Method Details

NCoreException() protected method

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

NCoreException() public method

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

NCoreException() public method

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