MonitorDpiAwarenessException(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:
MonitorDpiAwarenessException(IntPtr hmon, int hr, double invalidDpi, System::String ^ message);
public MonitorDpiAwarenessException (IntPtr hmon, int hr, double invalidDpi, string message);
new Microsoft.VisualStudio.Utilities.MonitorDpiAwarenessException : nativeint * int * double * string -> Microsoft.VisualStudio.Utilities.MonitorDpiAwarenessException
Public Sub New (hmon As IntPtr, hr As Integer, invalidDpi As Double, message As String)
Parameters
- hmon
-
IntPtr
nativeint
- hr
- Int32
- invalidDpi
- Double
- message
- String