Looks up a localized string similar to Read {0} bytes from stream, expecting {1} bytes.

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

Syntax

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

See Also