ExceptionIdentifierAttribute public class ExceptionIdentifierAttribute : Attribute Attribute used to map error types from server to client. Documentation public string Identifier { get; } The unique id for this error. public ExceptionIdentifierAttribute(string identifier) ExceptionIdentifierAttribute constructor.