Defines the points decoding exception.
Definition
public class PointsDecodingException : Exception
Summary
The following table summarizes the members exposed in this class.
Public Constructors
PointsDecodingException Constructor() | Initializes a new instance of the PointsDecodingException class. |
PointsDecodingException Constructor(string) | Initializes a new instance of the PointsDecodingException class. |
PointsDecodingException Constructor(string, string, Exception) | Initializes a new instance of the PointsDecodingException class. |
Protected Constructors
PointsDecodingException Constructor(SerializationInfo, StreamingContext) | Initializes a new instance of the PointsDecodingException class. |
Public Properties
EncodedString | Gets the encoded string. |
Public Constructors
public PointsDecodingException()
Initializes a new instance of the PointsDecodingException class.
public PointsDecodingException(string message)
Initializes a new instance of the PointsDecodingException class.
Parameters
message | The exception message. |
public PointsDecodingException(string message, string encodedString, Exception inner)
Initializes a new instance of the PointsDecodingException class.
Parameters
message | The exception message. |
encodedString | The encoded string. |
inner | The inner exception. |
Protected Constructors
protected PointsDecodingException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the PointsDecodingException class.
Parameters
info | The serialization info. |
context | The context. |
Public Properties
public string EncodedString { get; set; }
Gets the encoded string.