Method | Description | |
---|---|---|
RtfUnicodeEncodingException ( ) : System |
Creates a new instance.
|
|
RtfUnicodeEncodingException ( string message ) : System |
Creates a new instance with the given message.
|
|
RtfUnicodeEncodingException ( string message, |
Creates a new instance with the given message, based on the given cause.
|
Method | Description | |
---|---|---|
RtfUnicodeEncodingException ( |
Serialization support.
|
public RtfUnicodeEncodingException ( ) : System | ||
return | System |
protected RtfUnicodeEncodingException ( |
||
info | the info to use for serialization | |
context | the context to use for serialization | |
return | System |
public RtfUnicodeEncodingException ( string message ) : System | ||
message | string | the message to display |
return | System |
public RtfUnicodeEncodingException ( string message, |
||
message | string | the message to display |
cause | the original cause for this exception | |
return | System |