Table of Contents

Constructor FrameworkException

Namespace
Aspose.CAD.CadExceptions
Assembly
Aspose.CAD.dll

FrameworkException(string)

Initializes a new instance of the FrameworkException class.

public FrameworkException(string message)

Parameters

message string

The message.

FrameworkException(string, Exception)

Initializes a new instance of the FrameworkException class.

public FrameworkException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.