Base exception type for all non-assertion type exceptions which could be raised by Zpt-Sharp.
More...
|
| ZptException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Initializes a new instance of the T:ZptException class More...
|
|
Base exception type for all non-assertion type exceptions which could be raised by Zpt-Sharp.
Zpt-Sharp can raise other exception types, but these would be for fundamental misuse of the API. They would be things like ArgumentException
etc.
CSF.Zpt.ZptException.ZptException |
( |
| ) |
|
|
inline |
Initializes a new instance of the T:ZptException class
CSF.Zpt.ZptException.ZptException |
( |
string |
message | ) |
|
|
inline |
Initializes a new instance of the T:ZptException class
- Parameters
-
message | A T:System.String that describes the exception. |
CSF.Zpt.ZptException.ZptException |
( |
string |
message, |
|
|
Exception |
inner |
|
) |
| |
|
inline |
Initializes a new instance of the T:ZptException class
- Parameters
-
message | A T:System.String that describes the exception. |
inner | The exception that is the cause of the current exception. |
CSF.Zpt.ZptException.ZptException |
( |
System.Runtime.Serialization.SerializationInfo |
info, |
|
|
System.Runtime.Serialization.StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Initializes a new instance of the T:ZptException class
- Parameters
-
context | The contextual information about the source or destination. |
info | The object that holds the serialized object data. |
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt.Abstractions/ZptException.cs