Table of Contents

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

message string

A 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)

Parameters

message string

A human-readable description of the failure.

innerException Exception

The underlying cause.