Метод | Описание | |
---|---|---|
DecoderFallbackException ( ) : System | ||
DecoderFallbackException ( String message ) : System | ||
DecoderFallbackException ( String message, Exception innerException ) : System | ||
DecoderFallbackException ( String message, byte bytesUnknown, int index ) : System |
Метод | Описание | |
---|---|---|
DecoderFallbackException ( SerializationInfo info, StreamingContext context ) : System |
public DecoderFallbackException ( ) : System | ||
Результат | System |
public DecoderFallbackException ( String message ) : System | ||
message | String | |
Результат | System |
public DecoderFallbackException ( String message, Exception innerException ) : System | ||
message | String | |
innerException | Exception | |
Результат | System |
public DecoderFallbackException ( String message, byte bytesUnknown, int index ) : System | ||
message | String | |
bytesUnknown | byte | |
index | int | |
Результат | System |