[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)"]
C# | Visual Basic | Visual 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 )
- 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)"]