Smrf.NodeXL.ExcelTemplate.WorkbookFormatException.WorkbookFormatException C# (CSharp) Method

WorkbookFormatException() protected method

Do not use this constructor. It is for binary serialization only.
protected WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System
oSerializationInfo System.Runtime.Serialization.SerializationInfo
oStreamingContext System.Runtime.Serialization.StreamingContext
return System
    protected WorkbookFormatException
    (
        SerializationInfo oSerializationInfo,
        StreamingContext oStreamingContext
    )
    :
    base
    (
        oSerializationInfo,
        oStreamingContext
    )
    {
        // Do not use this constructor.  It is for binary serialization only.
        //
        // This is required because the System.Exception base class implements
        // ISerializable.  All serializable classes derived from an
        // ISerializable implementor must have a constructor with this
        // signature.

        Initialize();

        AssertValid();
    }

Same methods

WorkbookFormatException::WorkbookFormatException ( String message ) : System
WorkbookFormatException::WorkbookFormatException ( String message, Range rangeToSelect ) : System