ErrorMessages Class
Contains a strongly typed resource class for error messages, which is used for looking up localized error strings.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.WebApi.Framework.ErrorMessages
Syntax
public class ErrorMessages
public ref class ErrorMessages
Public Class ErrorMessages
Properties
Name | Description | |
---|---|---|
BadRequestFormat | Gets a localized error string that represents a bad request format. |
|
Culture | Gets or sets the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. |
|
GeneralInternalError | Gets a localized error string that represents a general internal error. |
|
GeneralValidationFailMessage | Gets a localized error string that represents a general validation failure. |
|
InternalError | Gets a localized error string that represents an internal error. |
|
InvalidSecurityIdentifier | Gets a localized error string that represents an invalid security identifier. |
|
PathShouldNotBeTooLong | Gets a localized error string that represents a path length warning. |
|
ResourceManager | Gets the cached instance of the resource manager that is used by this class. |
|
ShouldBeBoolean | Gets a localized error string that specifies that a value should be Boolean. |
|
ShouldBeGuid | Gets a localized error string that specifies that a value should be a GUID. |
|
ShouldBeGuidList | Looks up a localized string similar to The syntax of the specified list of GUIDs is incorrect. |
|
ShouldBeInRange | Gets a localized error string that specifies that a value should be within a certain range. |
|
ShouldBeInteger | Gets a localized error string that specifies that a value should be an integer. |
|
ShouldBeLong | Gets a localized error string that specifies that a value should be a long integer. |
|
ShouldBeNonNegativeInteger | Gets a localized error string that specifies that a value should be a nonnegative integer. |
|
ShouldBePositiveInteger | Gets a localized error string that specifies that a value should be a positive integer. |
|
ShouldNotBeNull | Gets a localized error string that specifies that a value should not be null. |
|
ShouldNotBeNullOrEmpty | Gets a localized error string that specifies that a value should not be null or empty. |
|
StringPlusPlaceHolder | Gets a localized error string similar to {0}, {1}. |
|
ValueShouldBeInEnum | Gets a localized error string that specifies that a value should be one of an enumerated set of values. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top