Cursor Constructor (Stream^)
.NET Framework (current version)
Namespace:
System.Windows.Input
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
Assembly: PresentationCore (in PresentationCore.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | cursorStream is null. |
| IOException | This constructor was unable to create a temporary file. |
For a Stream, WPF writes the data to a temporary file and then loads the Cursor from the file. If this constructor is unable to create a temporary file, an IOException might be thrown. For example, an IOException might be thrown if a unique temporary file is not available. To resolve this error, try deleting unneeded temporary files.
.NET Framework
Available since 3.0
Available since 3.0
Show: