Метод | Описание | |
---|---|---|
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, |
Initializes a new instance of the DimensionMismatchException class.
|
|
DimensionMismatchException ( string paramName, string message ) : System |
Initializes a new instance of the DimensionMismatchException class.
|
Метод | Описание | |
---|---|---|
DimensionMismatchException ( |
Initializes a new instance of the DimensionMismatchException class.
|
public DimensionMismatchException ( ) : System | ||
Результат | System |
protected DimensionMismatchException ( |
||
info | The |
|
context | The |
|
Результат | System |
public DimensionMismatchException ( string paramName ) : System | ||
paramName | string | The name of the parameter that caused the current exception. |
Результат | System |
public DimensionMismatchException ( string message, |
||
message | string | Message providing some additional information. |
innerException | The exception that is the cause of the current exception. | |
Результат | System |
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 |