'Declaration Public Overloads Shared Function CreateBitmapSourceFromException( _
ByVal exceptionИсключение.As System.Exception, _
ByVal widthШирина растрового изображения.As System.Int32, _
ByVal heightВысота растрового изображения.As System.Int32 _
) As System.Windows.Media.Imaging.BitmapSource
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromException(
System.Exception exception,
System.Int32 width,
System.Int32 height
)
public: static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromException(
System.Exception* exception,
System.Int32 width,
System.Int32 height
)
public:
static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromException(
System.Exception^ exception,
System.Int32 width,
System.Int32 height
)
Parameters
- exception
- Исключение.
- width
- Ширина растрового изображения.
- height
- Высота растрового изображения.
Return Value
Объект System.Windows.Media.Imaging.BitmapSource.