C# Class GoogleCloudExtension.Utils.JsonOutputException

Inheritance: System.Exception
Mostrar archivo Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
JsonOutputException ( ) : System
JsonOutputException ( string message ) : System
JsonOutputException ( string message, Exception innerException ) : System

Protected Methods

Method Description
JsonOutputException ( SerializationInfo info, StreamingContext context ) : System

Method Details

JsonOutputException() public method

public JsonOutputException ( ) : System
return System

JsonOutputException() protected method

protected JsonOutputException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

JsonOutputException() public method

public JsonOutputException ( string message ) : System
message string
return System

JsonOutputException() public method

public JsonOutputException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System