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