C# Class GoogleCloudExtension.GCloud.GCloudException

Inheritance: System.Exception
ファイルを表示 Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

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

Method Details

GCloudException() public method

public GCloudException ( ) : System
return System

GCloudException() public method

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

GCloudException() public method

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