C# Class NHapi.SourceGeneration.SQLException

Inheritance: Exception
Show file Open project: nHapiNET/nHapi

Public Methods

Method Description
SQLException ( ) : System
SQLException ( string message ) : System
SQLException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

SQLException() public method

public SQLException ( ) : System
return System

SQLException() protected method

protected SQLException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

SQLException() public method

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

SQLException() public method

public SQLException ( string message, Exception inner ) : System
message string
inner Exception
return System