C# 클래스 Cats.Models.Exceptions.UserNotFoundException

상속: System.Exception, ISerializable
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
ToString ( ) : string
UserNotFoundException ( ) : System
UserNotFoundException ( Exception innerException ) : System
UserNotFoundException ( string message ) : System
UserNotFoundException ( string message, Exception innerException ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UserNotFoundException() 공개 메소드

public UserNotFoundException ( ) : System
리턴 System

UserNotFoundException() 공개 메소드

public UserNotFoundException ( Exception innerException ) : System
innerException System.Exception
리턴 System

UserNotFoundException() 공개 메소드

public UserNotFoundException ( string message ) : System
message string
리턴 System

UserNotFoundException() 공개 메소드

public UserNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System