DataPA Enterprise Dashboard Controls API Reference
Gets any errors returned by the constructor process.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ConstructorError { get; }
Visual Basic
Public ReadOnly Property ConstructorError As String
	Get
Visual C++
public:
property String^ ConstructorError {
	String^ get ();
}

Property Value

Type: String
Any errors returned by the constructor process.

Return Value

Type: String
Any errors returned by the constructor process.

Remarks