C# Class FdoToolbox.Core.SchemaNotFoundException

Inheritance: System.Exception
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
SchemaNotFoundException ( string name ) : System

Protected Methods

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

Method Details

SchemaNotFoundException() protected method

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

SchemaNotFoundException() public method

public SchemaNotFoundException ( string name ) : System
name string
return System