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