DataSource.NET
SubjectError Enumeration
NamespacesCaplin.DataSourceSubjectError
Enumeration that defines the possible types of subject error.
Declaration Syntax
C#Visual BasicVisual C++
public enum SubjectError
Public Enumeration SubjectError
public enum class SubjectError
Members
MemberDescription
NotFound
The requested subject could not be found.

ReadDeny
The requested subject cannot be read from.

WriteDeny
The requsested subject cannot be written to.

DeleteObject
The subject should be deleted.

Unavailable
The subject is not available.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)