C# Class Open.Core.Identity.AuthenticationException

Exception that is used when authentication fails.
Inheritance: System.Exception
Mostra file Open project: philcockfield/Open.TestHarness.SL

Public Methods

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

Protected Methods

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

Method Details

AuthenticationException() public method

public AuthenticationException ( AuthenticationErrorCode errorCode, string message ) : System
errorCode AuthenticationErrorCode
message string
return System

AuthenticationException() public method

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

AuthenticationException() protected method

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