Looks up a localized string similar to An internal error has occurred..

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

See Also