C# 클래스 Microsoft.Research.DataOnboarding.Services.UserService.UserNotFoundException

상속: Microsoft.Research.DataOnboarding.Core.BaseException
파일 보기 프로젝트 열기: CDLUC3/dataup2

공개 메소드들

메소드 설명
UserNotFoundException ( ) : System

Initializes a new instance of the UserNotFoundException class.

UserNotFoundException ( string message ) : System

Initializes a new instance of the UserNotFoundException class.

UserNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the UserNotFoundException class.

UserNotFoundException ( string message, int userId, ICollection errors ) : System
UserNotFoundException ( string message, string nameIdentifier, ICollection errors ) : System

Initializes a new instance of the UserNotFoundException class.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
UserNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the UserNotFoundException class.

메소드 상세

UserNotFoundException() 공개 메소드

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

UserNotFoundException() 공개 메소드

Initializes a new instance of the UserNotFoundException class.
public UserNotFoundException ( string message ) : System
message string Error message
리턴 System

UserNotFoundException() 공개 메소드

Initializes a new instance of the UserNotFoundException class.
public UserNotFoundException ( string message, Exception inner ) : System
message string Error message
inner System.Exception Nested exception
리턴 System

UserNotFoundException() 공개 메소드

public UserNotFoundException ( string message, int userId, ICollection errors ) : System
message string
userId int
errors ICollection
리턴 System

UserNotFoundException() 공개 메소드

Initializes a new instance of the UserNotFoundException class.
public UserNotFoundException ( string message, string nameIdentifier, ICollection errors ) : System
message string Error message
nameIdentifier string Name identifier
errors ICollection Error collection
리턴 System