DSCException

Base exception for schema DSC.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.FrameworkException

Constructors

DSCException

Initializes a new instance of DSCException.

Signature:
public Void DSCException(msg)
Parameters
Name Type Summary
msg String

DSCException

Initializes a new instance of DSCException.

Signature:
public Void DSCException(msg, src)
Parameters
Name Type Summary
msg String
src String

DSCException

Initializes a new instance of DSCException.

Signature:
public Void DSCException(msg, src, inner)
Parameters
Name Type Summary
msg String
src String
inner Exception

In this document