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
stringThe message.
FrameworkException(string, Exception)
Initializes a new instance of the FrameworkException class.
public FrameworkException(string message, Exception innerException)