Accord.DimensionMismatchException.DimensionMismatchException C# (CSharp) Method

DimensionMismatchException() protected method

Initializes a new instance of the DimensionMismatchException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected DimensionMismatchException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System
        protected DimensionMismatchException(SerializationInfo info, StreamingContext context) :
            base(info, context) { }

Same methods

DimensionMismatchException::DimensionMismatchException ( ) : System
DimensionMismatchException::DimensionMismatchException ( string paramName ) : System
DimensionMismatchException::DimensionMismatchException ( string message, Exception innerException ) : System
DimensionMismatchException::DimensionMismatchException ( string paramName, string message ) : System
DimensionMismatchException