MsgException

Overview

MsgException is a class in Aspose.Email FOSS for .NET. Inherits from: Exception.

MsgException.MsgException creates a new exception with the given message.

Description

MsgException is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 0 properties for programmatic use. It extends Exception, inheriting shared functionality from its parent type.

Instances are created through a single constructor that initializes the object with default values.

Methods

SignatureDescription
MsgException(message: string)Creates a new exception with the given message

See Also