C# Class withSIX.Core.Helpers.WindowsAPIExcpetion

Exceptions that use the Windows API Error Codes
Inheritance: System.Exception
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
WindowsAPIExcpetion ( int errorCode ) : System
WindowsAPIExcpetion ( int errorCode, Exception innerException ) : System
WindowsAPIExcpetion ( int errorCode, string message ) : System
WindowsAPIExcpetion ( int errorCode, string message, Exception innerException ) : System

Method Details

WindowsAPIExcpetion() public method

public WindowsAPIExcpetion ( int errorCode ) : System
errorCode int
return System

WindowsAPIExcpetion() public method

public WindowsAPIExcpetion ( int errorCode, Exception innerException ) : System
errorCode int
innerException System.Exception
return System

WindowsAPIExcpetion() public method

public WindowsAPIExcpetion ( int errorCode, string message ) : System
errorCode int
message string
return System

WindowsAPIExcpetion() public method

public WindowsAPIExcpetion ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
return System