C# Class Microsoft.Research.DataOnboarding.Services.UserService.UserNotFoundException

Inheritance: Microsoft.Research.DataOnboarding.Core.BaseException
显示文件 Open project: CDLUC3/dataup2

Public Methods

Method Description
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.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
UserNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the UserNotFoundException class.

Method Details

UserNotFoundException() public method

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

UserNotFoundException() public method

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

UserNotFoundException() public method

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

UserNotFoundException() public method

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

UserNotFoundException() public method

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
return System