'Declaration Public Function New( _
ByVal widthШирина изображения.As System.Int32, _
ByVal heightВысота изображения.As System.Int32, _
ByVal errorExceptionИсключение ошибки.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
- Ширина изображения.
- height
- Высота изображения.
- errorException
- Исключение ошибки.