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