메소드 | 설명 | |
---|---|---|
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 |