C# Class SocialPlus.Server.Exceptions.InvalidIdentityException

Invalid identity exception class
Inheritance: Exception
Show file Open project: microsoft/EmbeddedSocial-Service

Public Methods

Method Description
InvalidIdentityException ( ) : System

Initializes a new instance of the InvalidIdentityException class

InvalidIdentityException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidIdentityException class

Method Details

InvalidIdentityException() public method

Initializes a new instance of the InvalidIdentityException class
public InvalidIdentityException ( ) : System
return System

InvalidIdentityException() public method

Initializes a new instance of the InvalidIdentityException class
public InvalidIdentityException ( string message, Exception innerException ) : System
message string exception message
innerException Exception inner exception
return System