Class PamojaException
- Namespace
- Pamoja
- Assembly
- Pamoja.Native.dll
The exception thrown when a pamoja operation fails.
public sealed class PamojaException : Exception, ISerializable
- Inheritance
-
PamojaException
- Implements
- Inherited Members
Constructors
PamojaException(string)
Creates an exception with the given message.
public PamojaException(string message)
Parameters
messagestringA human-readable description of the failure.
PamojaException(string, Exception)
Creates an exception with the given message and underlying cause.
public PamojaException(string message, Exception innerException)