Метод | Описание | |
---|---|---|
InvalidSpecificItemTypeException ( ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
|
InvalidSpecificItemTypeException ( string message ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
|
InvalidSpecificItemTypeException ( string message, Exception inner ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
Метод | Описание | |
---|---|---|
InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the InvalidSpecificItemTypeException class.
|
public InvalidSpecificItemTypeException ( ) : System | ||
Результат | System |
protected InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo |
/// The |
context | StreamingContext |
/// The |
Результат | System |
public InvalidSpecificItemTypeException ( string message ) : System | ||
message | string | The message that describes the error. |
Результат | System |
public InvalidSpecificItemTypeException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner exception. |
Результат | System |