Class SchemaManagerException
Thrown by SchemaManager when a problem is detected.
Namespace: Neon.Postgres
Assembly: Neon.Postgres.dll
Syntax
public class SchemaManagerException : Exception
Constructors
SchemaManagerException(string)
Constructor.
Declaration
public SchemaManagerException(string message = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Optionally specifies the nexception message. |