C# Class Microsoft.NET.HostModel.HResultException

Represents an exception thrown because of a Win32 error
Inheritance: Exception
Mostra file Open project: mikedn/runtime

Public Properties

Property Type Description
Win32HResult int

Public Methods

Method Description
HResultException ( int hResult ) : System

Method Details

HResultException() public method

public HResultException ( int hResult ) : System
hResult int
return System

Property Details

Win32HResult public_oe property

public int Win32HResult
return int