C# Class Microsoft.Azure.Devices.Common.FatalException

Inheritance: Exception
Afficher le fichier Open project: Azure/azure-iot-sdk-csharp

Méthodes publiques

Méthode Description
FatalException ( ) : System
FatalException ( string message ) : System
FatalException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
FatalException ( SerializationInfo info, StreamingContext context ) : System

Method Details

FatalException() public méthode

public FatalException ( ) : System
Résultat System

FatalException() protected méthode

protected FatalException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

FatalException() public méthode

public FatalException ( string message ) : System
message string
Résultat System

FatalException() public méthode

public FatalException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System