ResourceNotFoundException(String) Constructor

Initializes a new ResourceNotFoundException with the specified error message.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public ResourceNotFoundException(
	string message
)

Parameters

message  String
A message describing the exception.

See Also