C# Class GoogleCloudExtension.GCloud.GCloudException

Inheritance: System.Exception
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

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

Method Details

GCloudException() public méthode

public GCloudException ( ) : System
Résultat System

GCloudException() public méthode

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

GCloudException() public méthode

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