'Declaration Public Overloads Shared Function CreateBitmapSourceFromException( _
ByVal exceptionThe exception.As System.Exception, _
ByVal widthThe bitmap width.As System.Int32, _
ByVal heightThe bitmap 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
- The exception.
- width
- The bitmap width.
- height
- The bitmap height.
Return Value
The System.Windows.Media.Imaging.BitmapSource object.