System.Resources.ResourceManager
The exception that is thrown if the main assembly does not contain the resources for the neutral culture, and an appropriate satellite assembly is missing.
Initializes a new instance of the class with default properties.
Initializes a new instance of the class with the specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception. If the parameter is not null, the current exception is raised in a catch block that handles the inner exception.
Informs the resource manager of an app's default culture. This class cannot be inherited.
Initializes a new instance of the class.
The name of the culture that the current assembly's neutral resources were written in.
The parameter is null.
Gets the culture name.
The name of the default culture for the main assembly.
Represents a resource manager that provides convenient access to culture-specific resources at run time.Security Note: Calling methods in this class with untrusted data is a security risk. Call the methods in the class only with trusted data. For more information, see Untrusted Data Security Risks.
Initializes a new instance of the class that looks up resources contained in files with the specified root name in the given assembly.
The root name of the resource file without its extension but including any fully qualified namespace name. For example, the root name for the resource file named MyApplication.MyResource.en-US.resources is MyApplication.MyResource.
The main assembly for the resources.
The or parameter is null.
Initializes a new instance of the class that looks up resources in satellite assemblies based on information from the specified type object.
A type from which the resource manager derives all information for finding .resources files.
The parameter is null.
Returns the value of the specified string resource.
The value of the resource localized for the caller's current UI culture, or null if cannot be found in a resource set.
The name of the resource to retrieve.
The parameter is null.
The value of the specified resource is not a string.
No usable set of resources has been found, and there are no resources for the default culture. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the class topic.
The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the class topic.
Returns the value of the string resource localized for the specified culture.
The value of the resource localized for the specified culture, or null if cannot be found in a resource set.
The name of the resource to retrieve.
An object that represents the culture for which the resource is localized.
The parameter is null.
The value of the specified resource is not a string.
No usable set of resources has been found, and there are no resources for a default culture. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the class topic.
The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the class topic.
Instructs a object to ask for a particular version of a satellite assembly.
Initializes a new instance of the class.
A string that specifies the version of the satellite assemblies to load.
The parameter is null.
Gets the version of the satellite assemblies with the required resources.
A string that contains the version of the satellite assemblies with the required resources.