UserNotFoundException Constructors

Definition

Overloads

UserNotFoundException()

Initializes a new instance of the UserNotFoundException class. Default constructor.

UserNotFoundException(String)

Initializes a new instance of the UserNotFoundException class. Constructor with screen/user name information.

UserNotFoundException(String, Exception)

Initializes a new instance of the UserNotFoundException class. Constructor with screen/user name information and inner exception.

UserNotFoundException()

Initializes a new instance of the UserNotFoundException class. Default constructor.

C#
public UserNotFoundException ();

Applies to

Windows Community Toolkit 6.1.1
Produit Versions
Windows Community Toolkit 6.1.1

UserNotFoundException(String)

Initializes a new instance of the UserNotFoundException class. Constructor with screen/user name information.

C#
public UserNotFoundException (string screenName);

Parameters

screenName
String

Name of user not found.

Applies to

Windows Community Toolkit 6.1.1
Produit Versions
Windows Community Toolkit 6.1.1

UserNotFoundException(String, Exception)

Initializes a new instance of the UserNotFoundException class. Constructor with screen/user name information and inner exception.

C#
public UserNotFoundException (string screenName, Exception innerException);

Parameters

screenName
String

Name of user not found.

innerException
Exception

Reference to inner exception.

Applies to

Windows Community Toolkit 6.1.1
Produit Versions
Windows Community Toolkit 6.1.1