C# Class GoogleCloudExtension.Accounts.CredentialsStoreException

Inheritance: System.Exception
Mostra file Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

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

Protected Methods

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

Method Details

CredentialsStoreException() public method

public CredentialsStoreException ( ) : System
return System

CredentialsStoreException() protected method

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

CredentialsStoreException() public method

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

CredentialsStoreException() public method

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