AsposeException Constructor (Exception) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AsposeException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
AsposeException(
Exception^ innerException
)
new :
innerException : Exception -> AsposeException
Parameters
- innerException
- Type: SystemException
See Also