JGR MSTS Editors and Tools
ReaderException Constructor (reader, binary, exceptionLength, message)
NamespacesJgr.IO.ParserReaderExceptionReaderException(BinaryReader, Boolean, Int32, String)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.IO.Parser.ReaderException.#ctor(System.IO.BinaryReader,System.Boolean,System.Int32,System.String)"]

Declaration Syntax
C#Visual BasicVisual C++
public ReaderException(
	BinaryReader reader,
	bool binary,
	int exceptionLength,
	string message
)
Public Sub New ( _
	reader As BinaryReader, _
	binary As Boolean, _
	exceptionLength As Integer, _
	message As String _
)
public:
ReaderException(
	BinaryReader^ reader, 
	bool binary, 
	int exceptionLength, 
	String^ message
)
Parameters
reader (BinaryReader)

[Missing <param name="reader"/> documentation for "M:Jgr.IO.Parser.ReaderException.#ctor(System.IO.BinaryReader,System.Boolean,System.Int32,System.String)"]

binary (Boolean)

[Missing <param name="binary"/> documentation for "M:Jgr.IO.Parser.ReaderException.#ctor(System.IO.BinaryReader,System.Boolean,System.Int32,System.String)"]

exceptionLength (Int32)

[Missing <param name="exceptionLength"/> documentation for "M:Jgr.IO.Parser.ReaderException.#ctor(System.IO.BinaryReader,System.Boolean,System.Int32,System.String)"]

message (String)

[Missing <param name="message"/> documentation for "M:Jgr.IO.Parser.ReaderException.#ctor(System.IO.BinaryReader,System.Boolean,System.Int32,System.String)"]

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682