'Declaration Public Overloads Shared Function CreateErrorImage( _
ByVal exceptionThe exception.As System.Exception _
) As VintasoftImage
public static VintasoftImage CreateErrorImage(
System.Exception exception
)
public: static VintasoftImage* CreateErrorImage(
System.Exception* exception
)
public:
static VintasoftImage^ CreateErrorImage(
System.Exception^ exception
)
Parameters
- exception
- The exception.
Return Value
The error image.