C# Class Rsdn.Janus.DBSchemaException

Inheritance: System.Exception
显示文件 Open project: rsdn/janus

Public Methods

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

Protected Methods

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

Method Details

DBSchemaException() public method

public DBSchemaException ( ) : System
return System

DBSchemaException() protected method

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

DBSchemaException() public method

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

DBSchemaException() public method

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