Table of Contents

Class BaseException

Namespace
Aptos.Exceptions
Assembly
Aptos.dll
public class BaseException : Exception, ISerializable
Inheritance
BaseException
Implements
Derived
Inherited Members

Constructors

BaseException()

public BaseException()

BaseException(string)

public BaseException(string message)

Parameters

message string

BaseException(string?, Exception?)

public BaseException(string? message, Exception? innerException)

Parameters

message string
innerException Exception