C# Class GoogleCloudExtension.OAuth.OAuthException

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

Public Methods

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

Protected Methods

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

Method Details

OAuthException() public method

public OAuthException ( ) : System
return System

OAuthException() protected method

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

OAuthException() public method

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

OAuthException() public method

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