InvalidCharsetException Constructor
The InvalidCharsetException constructor overloads create new InvalidCharsetException objects.
Overload List
Name | Description |
---|---|
InvalidCharsetException (Int32) |
The InvalidCharsetException constructor creates a new InvalidCharsetException.
|
InvalidCharsetException (String) |
The InvalidCharsetException constructor creates a new InvalidCharsetException.
|
InvalidCharsetException (Int32, String) |
The InvalidCharsetException constructor creates a new InvalidCharsetException with a message.
|
InvalidCharsetException (SerializationInfo, StreamingContext) |
The InvalidCharsetException constructor creates a new serializable InvalidCharsetException object.
|
InvalidCharsetException (String, String) |
The InvalidCharsetException constructor creates a new InvalidCharsetException object with a message.
|
InvalidCharsetException (Int32, String, Exception) |
The InvalidCharsetException constructor creates a new InvalidCharsetException object from an inner exception.
|
InvalidCharsetException (String, String, Exception) |
The InvalidCharsetException constructor creates a new InvalidCharsetException from an inner exception.
|