메소드 | 설명 | |
---|---|---|
ConverterException ( |
Initializes a new instance of the ConverterException class.
|
|
ConverterException ( string message ) : System |
Initializes a new instance of the ConverterException class.
|
|
ConverterException ( string message, |
Initializes a new instance of the ConverterException class.
|
public ConverterException ( |
||
info | The object that holds the serialized object data. | |
context | The contextual information about the source or destination. | |
리턴 | System |
public ConverterException ( string message ) : System | ||
message | string | The message. |
리턴 | System |
public ConverterException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
리턴 | System |