Win32Exception Constructor (String^)

 

Initializes a new instance of the Win32Exception class with the specified detailed description.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
Win32Exception(
	String^ message
)

Parameters

message
Type: System::String^

A detailed description of the error.

SecurityPermission

for access to unmanaged code. Associated enumeration: UnmanagedCode

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: