Class SchemaParseException
- Namespace
- PushTechnology.ClientInterface.Data.Record.Schema
- Assembly
- Diffusion.Client.dll
Indicates a problem that has occurred when parsing a ISchema.
public sealed class SchemaParseException : Exception, ISerializable
- Inheritance
-
SchemaParseException
- Implements
- Inherited Members
Remarks
Implemented in Version 6.0.
Constructors
SchemaParseException()
Creates a new SchemaParseException.
public SchemaParseException()
SchemaParseException(string)
Creates a new SchemaParseException.
public SchemaParseException(string message)
Parameters
messagestringThe error message.
SchemaParseException(string, Exception)
Creates a new SchemaParseException.
public SchemaParseException(string message, Exception baseException)