Discuss this help topic in SecureBlackbox Forum

ESecureBlackboxError Constructor

ESecureBlackboxError     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of ESecureBlackboxError class.

Declaration

[C#]
    ESecureBlackboxError(string AMessage);
    ESecureBlackboxError(int AErrorCode, string AMessage);
    ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, string AMessage);
    ESecureBlackboxError(int AErrorCode, string AMessage, bool AInsertErrorCodeToMessage);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, string Param1);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, int Param1);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, string Param1, int Param2);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, int Param1, string Param2);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, int Param1, int Param2);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, string Param1, string Param2);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, int Param1, int Param2, int Param3);
    ESecureBlackboxError(int AErrorCode, string AMessageFormat, int Param1, int Param2, int Param3, int Param4);
    ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, string AMessageFormat, string Param1);
    ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, string AMessageFormat, int Param1);
    ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, string AMessageFormat, int Param1, int Param2);
    ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, string AMessageFormat, int Param1, string Param2);
    ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, string AMessageFormat, string Param1, string Param2);
    ESecureBlackboxError(string Message, int Code, int Fake);
    ESecureBlackboxError(string Message, int Code, bool InsertCodeToErrorMessage, int Fake);

[VB.NET]
    Sub New(ByVal AMessage As String)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessage As String)
    Sub New(ByVal AErrorCode As Integer, ByVal ASupplErrorCode As Integer, ByVal AMessage As String)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessage As String, ByVal AInsertErrorCodeToMessage As Boolean)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As String)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As String, ByVal Param2 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer, ByVal Param2 As String)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer, ByVal Param2 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As String, ByVal Param2 As String)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer, ByVal Param2 As Integer, ByVal Param3 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer, ByVal Param2 As Integer, ByVal Param3 As Integer, ByVal Param4 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal ASupplErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As String)
    Sub New(ByVal AErrorCode As Integer, ByVal ASupplErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal ASupplErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer, ByVal Param2 As Integer)
    Sub New(ByVal AErrorCode As Integer, ByVal ASupplErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As Integer, ByVal Param2 As String)
    Sub New(ByVal AErrorCode As Integer, ByVal ASupplErrorCode As Integer, ByVal AMessageFormat As String, ByVal Param1 As String, ByVal Param2 As String)
    Sub New(ByVal Message As String, ByVal Code As Integer, ByVal Fake As Integer)
    Sub New(ByVal Message As String, ByVal Code As Integer, ByVal InsertCodeToErrorMessage As Boolean, ByVal Fake As Integer)

[Pascal]
    constructor Create(const Message : string);
    constructor Create(const Message : string; Code : integer; Fake : integer = 0);
    constructor Create(const Message : string; Code : integer; InsertCodeToErrorMessage : boolean; Fake : integer = 0);

[C++]
    not available

[PHP]
    not available

[Java]
    public ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, String AMessageFormat, String Param1, String Param2);
    public ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, String AMessageFormat, int Param1, String Param2);
    public ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, String AMessageFormat, int Param1, int Param2);
    public ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, String AMessageFormat, int Param1);
    public ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, String AMessageFormat, String Param1);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, int Param1, int Param2, int Param3, int Param4);
    public ESecureBlackboxError(Throwable para1);
    public ESecureBlackboxError(String para1, Throwable para2);
    public ESecureBlackboxError();
    public ESecureBlackboxError(String Message, Object[] Params);
    public ESecureBlackboxError(String Message, int Code, boolean InsertCodeToErrorMessage);
    public ESecureBlackboxError(String Message, int Code);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, int Param1);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, String Param1);
    public ESecureBlackboxError(int AErrorCode, String AMessage, boolean AInsertErrorCodeToMessage);
    public ESecureBlackboxError(String AMessage);
    public ESecureBlackboxError(int AErrorCode, int ASupplErrorCode, String AMessage);
    public ESecureBlackboxError(int AErrorCode, String AMessage);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, int Param1, int Param2, int Param3);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, String Param1, String Param2);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, int Param1, int Param2);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, String Param1, int Param2);
    public ESecureBlackboxError(int AErrorCode, String AMessageFormat, int Param1, String Param2);

Parameters

  • Code - error code
  • Fake - a dummy parameter to prevent certain compilers mixing up overloaded methods with same number of parameters
  • InsertCodeToErrorMessage - specifies if the error code should be included to the error message
  • Message - error message
  • AMessage -
  • AErrorCode -
  • ASupplErrorCode -
  • AInsertErrorCodeToMessage -
  • AMessageFormat -
  • Param1 -
  • Param2 -
  • Param3 -
  • Param4 -
  • para1 -
  • para2 -
  • Params -

Description

    Use this method to create an instance of ESecureBlackboxError class.

Discuss this help topic in SecureBlackbox Forum