C# Class GoogleCloudExtension.Utils.JsonOutputException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

JsonOutputException() public méthode

public JsonOutputException ( ) : System
Résultat System

JsonOutputException() protected méthode

protected JsonOutputException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

JsonOutputException() public méthode

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

JsonOutputException() public méthode

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