WindowDpiAwarenessException(IntPtr, Int32, Double, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
WindowDpiAwarenessException(IntPtr hwnd, int hr, double invalidDpi, System::String ^ message);
public WindowDpiAwarenessException (IntPtr hwnd, int hr, double invalidDpi, string message);
new Microsoft.VisualStudio.Utilities.WindowDpiAwarenessException : nativeint * int * double * string -> Microsoft.VisualStudio.Utilities.WindowDpiAwarenessException
Public Sub New (hwnd As IntPtr, hr As Integer, invalidDpi As Double, message As String)
Parameters
- hwnd
-
IntPtr
nativeint
- hr
- Int32
- invalidDpi
- Double
- message
- String