C# Class System.ComponentModel.Win32Exception

Inheritance: ExternalException, ISerializable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetObjectData ( System info, System context ) : void
Win32Exception ( )
Win32Exception ( int error )
Win32Exception ( int error, string message )
Win32Exception ( string message )
Win32Exception ( string message, System innerException )
Win32Exception ( ) : System.Runtime.InteropServices
Win32Exception ( int error ) : System.Runtime.InteropServices
Win32Exception ( int error, string message ) : System.Runtime.InteropServices
Win32Exception ( string message ) : System.Runtime.InteropServices
Win32Exception ( string message, Exception innerException ) : System.Runtime.InteropServices

Méthodes protégées

Méthode Description
Win32Exception ( System info, System context )
Win32Exception ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

GetObjectData() public méthode

public GetObjectData ( System info, System context ) : void
info System
context System
Résultat void

Win32Exception() public méthode

public Win32Exception ( )

Win32Exception() protected méthode

protected Win32Exception ( System info, System context )
info System
context System

Win32Exception() public méthode

public Win32Exception ( int error )
error int

Win32Exception() public méthode

public Win32Exception ( int error, string message )
error int
message string

Win32Exception() public méthode

public Win32Exception ( string message )
message string

Win32Exception() public méthode

public Win32Exception ( string message, System innerException )
message string
innerException System

Win32Exception() public méthode

public Win32Exception ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

Win32Exception() protected méthode

protected Win32Exception ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Résultat System.Runtime.InteropServices

Win32Exception() public méthode

public Win32Exception ( int error ) : System.Runtime.InteropServices
error int
Résultat System.Runtime.InteropServices

Win32Exception() public méthode

public Win32Exception ( int error, string message ) : System.Runtime.InteropServices
error int
message string
Résultat System.Runtime.InteropServices

Win32Exception() public méthode

public Win32Exception ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

Win32Exception() public méthode

public Win32Exception ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException System.Exception
Résultat System.Runtime.InteropServices