C# Class NLite.Data.ProjectionException

Inheritance: NLite.Data.DatabaseException
Show file Open project: netcasewqs/elinq

Public Methods

Method Description
ProjectionException ( ) : System
ProjectionException ( string message ) : System
ProjectionException ( string message, Exception innerException ) : System

Private Methods

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

Method Details

ProjectionException() public method

public ProjectionException ( ) : System
return System

ProjectionException() public method

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

ProjectionException() public method

public ProjectionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System