C# Class Simple.Data.Ado.SchemaResolutionException

Inheritance: SimpleDataException
Show file Open project: kylin589/HongKongHKMall

Public Methods

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

Protected Methods

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

Method Details

SchemaResolutionException() public method

public SchemaResolutionException ( ) : System
return System

SchemaResolutionException() protected method

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

SchemaResolutionException() public method

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

SchemaResolutionException() public method

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