Walter.BOM
RunTimeErrors Enumeration
Walter.BOM Assembly > Walter.BOM.ErrorCodes Namespace : RunTimeErrors Enumeration
Runtime errors
Syntax
public enum RunTimeErrors : System.Enum 
Members
MemberDescription
ArgumentNullException An argument null exception was generated
DataStorage Data storage related exception was generated, can user rights etc
FileMonitor A file was manipulated outside of the scope of the firewall.
GeographyRequestFailed The geography request failed
GuardAction_IsAuthorized_Failed The guard action is authorized failed
IncompatibleFireWallState the firewall state does not allow for the activity to execute
License_Server_Generic_Error license related error
License_Server_Profile_error profile error
License_Server_Tempering_detected license tampering expected
Maximum_Violations_Reached_Failed The maximum violations reached failed
MiddleWareFailed The middle ware failed
None The none specific, a generic error
None_ASP_NET The none ASP net
ReadCookie The read a particular cookie failed
ReadOrWriteJson Json serialization error
ReadSession The read from session, or a particular session item
Reject_DDOS_Failed The reject ddos failed
Reject_Known_BadBoys The reject known bad boys
Reject_Known_BadBoys_Failed The middle ware failed
Reject_Penetration_Attempts_Failed The reject penetration attempts failed
Reject_Repeat_Violations_Failed The reject repeat violations failed
Reject_Wrong_UserType_Failed The reject wrong user type failed
SqlSetup SQL server setup is not compatible with database
TemplateFailed Rendering razor template failed
Url_Validation_Failed The URL validation failed/
User_Code Some code in the user's code base caused an exception
WebRequest The web request has failed
WriteToCookie The write to a cookie failed
WriteToSession The write to a particular session item session
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.BOM.ErrorCodes.RunTimeErrors

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.BOM.ErrorCodes Namespace