C# Class Microsoft.DotNet.Maestro.Client.AuthenticationException

Inheritance: Exception
显示文件 Open project: dotnet/arcade-services

Public Methods

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

Protected Methods

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

Method Details

AuthenticationException() public method

public AuthenticationException ( ) : System
return System

AuthenticationException() protected method

protected AuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

AuthenticationException() public method

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

AuthenticationException() public method

public AuthenticationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System