'Declaration Public Function New( _
ByVal widthThe image width.As System.Int32, _
ByVal heightThe image height.As System.Int32, _
ByVal errorExceptionThe error exception.As System.Exception _
)
public ErrorImageCreatingEventArgs(
System.Int32 width,
System.Int32 height,
System.Exception errorException
)
public: ErrorImageCreatingEventArgs(
System.Int32 width,
System.Int32 height,
System.Exception* errorException
)
public:
ErrorImageCreatingEventArgs(
System.Int32 width,
System.Int32 height,
System.Exception^ errorException
)
Parameters
- width
- The image width.
- height
- The image height.
- errorException
- The error exception.