C# 클래스 SocialPlus.Server.Exceptions.InvalidIdentityException

Invalid identity exception class
상속: Exception
파일 보기 프로젝트 열기: microsoft/EmbeddedSocial-Service

공개 메소드들

메소드 설명
InvalidIdentityException ( ) : System

Initializes a new instance of the InvalidIdentityException class

InvalidIdentityException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidIdentityException class

메소드 상세

InvalidIdentityException() 공개 메소드

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

InvalidIdentityException() 공개 메소드

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