CK.Core.CKExceptionData.CKExceptionData C# (CSharp) Method

CKExceptionData() public method

Initializes a new CKExceptionData from a CKBinaryReader. See Write(CKBinaryWriter,bool).
public CKExceptionData ( CKBinaryReader r, bool streamIsCRLF ) : System
r CKBinaryReader The reader to read from.
streamIsCRLF bool Whether the strings have CRLF or LF for end-of-lines.
return System
        public CKExceptionData( CKBinaryReader r, bool streamIsCRLF )
            : this( r, streamIsCRLF, r.ReadInt32() )
        {
        }

Same methods

CKExceptionData::CKExceptionData ( CKBinaryReader r, bool streamIsCRLF, int version ) : System
CKExceptionData::CKExceptionData ( string message, string exceptionTypeName, string exceptionTypeAssemblyQualifiedName, string stackTrace, CKExceptionData innerException, string fileName, string detailedInfo, CKExceptionData loaderExceptions, CKExceptionData aggregatedExceptions ) : System