System.ComponentModel.Win32Exception.Win32Exception C# (CSharp) Method

Win32Exception() public method

public Win32Exception ( int error, string message ) : System.Runtime.InteropServices
error int
message string
return System.Runtime.InteropServices
        public Win32Exception(int error, string message)
        : base(message)
        {
            nativeErrorCode = error;
        }

Same methods

Win32Exception::Win32Exception ( )
Win32Exception::Win32Exception ( System info, System context )
Win32Exception::Win32Exception ( int error )
Win32Exception::Win32Exception ( int error, string message )
Win32Exception::Win32Exception ( string message )
Win32Exception::Win32Exception ( string message, System innerException )
Win32Exception::Win32Exception ( ) : System.Runtime.InteropServices
Win32Exception::Win32Exception ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
Win32Exception::Win32Exception ( int error ) : System.Runtime.InteropServices
Win32Exception::Win32Exception ( string message ) : System.Runtime.InteropServices
Win32Exception::Win32Exception ( string message, Exception innerException ) : System.Runtime.InteropServices