Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Data.Record.Schema.SchemaParseException Class Reference

Indicates a problem that has occurred when parsing a ISchema. More...

Inheritance diagram for PushTechnology.ClientInterface.Data.Record.Schema.SchemaParseException:

Public Member Functions

 SchemaParseException ()
 Creates a new SchemaParseException. More...
 
 SchemaParseException (string message)
 Creates a new SchemaParseException. More...
 
 SchemaParseException (string message, Exception baseException)
 Creates a new SchemaParseException. More...
 

Detailed Description

Indicates a problem that has occurred when parsing a ISchema.

Implemented in Version 6.0.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Data.Record.Schema.SchemaParseException.SchemaParseException ( )

Creates a new SchemaParseException.

PushTechnology.ClientInterface.Data.Record.Schema.SchemaParseException.SchemaParseException ( string  message)

Creates a new SchemaParseException.

Parameters
messageThe error message.
PushTechnology.ClientInterface.Data.Record.Schema.SchemaParseException.SchemaParseException ( string  message,
Exception  baseException 
)

Creates a new SchemaParseException.

Parameters
messageThe error message.
baseExceptionThe inner exception.

The documentation for this class was generated from the following file: