C# Класс Accord.DimensionMismatchException

Наследование: System.ArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
DimensionMismatchException ( ) : System

Initializes a new instance of the DimensionMismatchException class.

DimensionMismatchException ( string paramName ) : System

Initializes a new instance of the DimensionMismatchException class.

DimensionMismatchException ( string message, Exception innerException ) : System

Initializes a new instance of the DimensionMismatchException class.

DimensionMismatchException ( string paramName, string message ) : System

Initializes a new instance of the DimensionMismatchException class.

Защищенные методы

Метод Описание
DimensionMismatchException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the DimensionMismatchException class.

Описание методов

DimensionMismatchException() публичный метод

Initializes a new instance of the DimensionMismatchException class.
public DimensionMismatchException ( ) : System
Результат System

DimensionMismatchException() защищенный метод

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.
Результат System

DimensionMismatchException() публичный метод

Initializes a new instance of the DimensionMismatchException class.
public DimensionMismatchException ( string paramName ) : System
paramName string The name of the parameter that caused the current exception.
Результат System

DimensionMismatchException() публичный метод

Initializes a new instance of the DimensionMismatchException class.
public DimensionMismatchException ( string message, Exception innerException ) : System
message string Message providing some additional information.
innerException System.Exception The exception that is the cause of the current exception.
Результат System

DimensionMismatchException() публичный метод

Initializes a new instance of the DimensionMismatchException class.
public DimensionMismatchException ( string paramName, string message ) : System
paramName string The name of the parameter that caused the current exception.
message string Message providing some additional information.
Результат System