Метод | Описание | |
---|---|---|
ResponseParseErrorException ( int index, |
Initializes a new instance of the ResponseParseErrorException class
|
|
ResponseParseErrorException ( int index, string message, |
Initializes a new instance of the ResponseParseErrorException class
|
public ResponseParseErrorException ( int index, |
||
index | int | Specify the index of object |
innerException | Specify the inner exception | |
Результат | System |
public ResponseParseErrorException ( int index, string message, |
||
index | int | Specify the index of object |
message | string | Specify the exception message |
innerException | Specify the inner exception | |
Результат | System |