EArgumentException

Overview

Location


 

constructor .NET, Cooper

 

constructor

 

EArgumentException()

 

init()

 

EArgumentException()

 

Sub New()

constructor init()    (declared in RTLException) Toffee

 

init(init )

Parameters:

  • :

constructor (String, array of Object)    (declared in RTLException)

 

constructor(aFormat: String; params aParams: array of Object)

 

EArgumentException(String aFormat, params Object[] aParams)

 

init(_ aFormat: String, _ aParams: Object...)

 

EArgumentException(String aFormat, Object[]... aParams)

 

Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor (not nullable String) Island

 

constructor(aMessage: not nullable String)

 

EArgumentException(String! aMessage)

 

init(_ aMessage: String)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (not nullable String, not nullable Exception) Island

 

constructor(aMessage: not nullable String; aException: not nullable Exception)

 

EArgumentException(String! aMessage, Exception! aException)

 

init(_ aMessage: String, _ aException: Exception)

 

Sub New(aMessage As String, aException As Exception)

Parameters:

  • aMessage:
  • aException:

constructor (not nullable String, String) Island

 

constructor(aMessage: not nullable String; aParamName: String)

 

EArgumentException(String! aMessage, String aParamName)

 

init(_ aMessage: String, _ aParamName: String)

 

Sub New(aMessage As String, aParamName As String)

Parameters:

  • aMessage:
  • aParamName:

constructor (not nullable String, String, not nullable Exception) Island

 

constructor(aMessage: not nullable String; aParamName: String; aException: not nullable Exception)

 

EArgumentException(String! aMessage, String aParamName, Exception! aException)

 

init(_ aMessage: String, _ aParamName: String, _ aException: Exception)

 

Sub New(aMessage As String, aParamName As String, aException As Exception)

Parameters:

  • aMessage:
  • aParamName:
  • aException:

constructor (String) Cooper

 

constructor(arg1: String)

 

EArgumentException(String arg1)

 

init(_ arg1: String)

 

EArgumentException(String arg1)

 

Sub New(arg1 As String)

Parameters:

  • arg1:

constructor (String, Throwable) Cooper

 

constructor(arg1: String; arg2: Throwable)

 

EArgumentException(String arg1, Throwable arg2)

 

init(_ arg1: String, _ arg2: Throwable)

 

EArgumentException(String arg1, Throwable arg2)

 

Sub New(arg1 As String, arg2 As Throwable)

Parameters:

  • arg1:
  • arg2:

constructor (Throwable) Cooper

 

constructor(arg1: Throwable)

 

EArgumentException(Throwable arg1)

 

init(_ arg1: Throwable)

 

EArgumentException(Throwable arg1)

 

Sub New(arg1 As Throwable)

Parameters:

  • arg1:

constructor (SerializationInfo, StreamingContext) .NET

 

constructor(info: SerializationInfo; context: StreamingContext)

 

EArgumentException(SerializationInfo info, StreamingContext context)

 

init(_ info: SerializationInfo, _ context: StreamingContext)

 

EArgumentException(SerializationInfo info, StreamingContext context)

 

Sub New(info As SerializationInfo, context As StreamingContext)

Parameters:

  • info:
  • context:

constructor (String) .NET

 

constructor(message: String)

 

EArgumentException(String message)

 

init(_ message: String)

 

EArgumentException(String message)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Exception) .NET

 

constructor(message: String; innerException: Exception)

 

EArgumentException(String message, Exception innerException)

 

init(_ message: String, _ innerException: Exception)

 

EArgumentException(String message, Exception innerException)

 

Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException:

constructor (String, String) .NET

 

constructor(message: String; paramName: String)

 

EArgumentException(String message, String paramName)

 

init(_ message: String, _ paramName: String)

 

EArgumentException(String message, String paramName)

 

Sub New(message As String, paramName As String)

Parameters:

  • message:
  • paramName:

constructor (String, String, Exception) .NET

 

constructor(message: String; paramName: String; innerException: Exception)

 

EArgumentException(String message, String paramName, Exception innerException)

 

init(_ message: String, _ paramName: String, _ innerException: Exception)

 

EArgumentException(String message, String paramName, Exception innerException)

 

Sub New(message As String, paramName As String, innerException As Exception)

Parameters:

  • message:
  • paramName:
  • innerException:

constructor withError(NSError): InstanceType    (declared in RTLException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee

 

constructor withError(aError: NSError)

 

EArgumentException withError(NSError aError)

 

init(withError aError: NSError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError:

Message    (declared in RTLException) Toffee

 

var Message: String { get{} }

 

Message    (declared in RTLException) Toffee

 

var Message: String { get{} }

 

constructor .NET, Cooper

 

constructor

 

EArgumentException()

 

init()

 

EArgumentException()

 

Sub New()

constructor init()    (declared in RTLException) Toffee

 

init(init )

Parameters:

  • :

constructor (String, array of Object)    (declared in RTLException)

 

constructor(aFormat: String; params aParams: array of Object)

 

EArgumentException(String aFormat, params Object[] aParams)

 

init(_ aFormat: String, _ aParams: Object...)

 

EArgumentException(String aFormat, Object[]... aParams)

 

Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor (not nullable String) Island

 

constructor(aMessage: not nullable String)

 

EArgumentException(String! aMessage)

 

init(_ aMessage: String)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (not nullable String, not nullable Exception) Island

 

constructor(aMessage: not nullable String; aException: not nullable Exception)

 

EArgumentException(String! aMessage, Exception! aException)

 

init(_ aMessage: String, _ aException: Exception)

 

Sub New(aMessage As String, aException As Exception)

Parameters:

  • aMessage:
  • aException:

constructor (not nullable String, String) Island

 

constructor(aMessage: not nullable String; aParamName: String)

 

EArgumentException(String! aMessage, String aParamName)

 

init(_ aMessage: String, _ aParamName: String)

 

Sub New(aMessage As String, aParamName As String)

Parameters:

  • aMessage:
  • aParamName:

constructor (not nullable String, String, not nullable Exception) Island

 

constructor(aMessage: not nullable String; aParamName: String; aException: not nullable Exception)

 

EArgumentException(String! aMessage, String aParamName, Exception! aException)

 

init(_ aMessage: String, _ aParamName: String, _ aException: Exception)

 

Sub New(aMessage As String, aParamName As String, aException As Exception)

Parameters:

  • aMessage:
  • aParamName:
  • aException:

constructor (String) Cooper

 

constructor(arg1: String)

 

EArgumentException(String arg1)

 

init(_ arg1: String)

 

EArgumentException(String arg1)

 

Sub New(arg1 As String)

Parameters:

  • arg1:

constructor (String, Throwable) Cooper

 

constructor(arg1: String; arg2: Throwable)

 

EArgumentException(String arg1, Throwable arg2)

 

init(_ arg1: String, _ arg2: Throwable)

 

EArgumentException(String arg1, Throwable arg2)

 

Sub New(arg1 As String, arg2 As Throwable)

Parameters:

  • arg1:
  • arg2:

constructor (Throwable) Cooper

 

constructor(arg1: Throwable)

 

EArgumentException(Throwable arg1)

 

init(_ arg1: Throwable)

 

EArgumentException(Throwable arg1)

 

Sub New(arg1 As Throwable)

Parameters:

  • arg1:

constructor (SerializationInfo, StreamingContext) .NET

 

constructor(info: SerializationInfo; context: StreamingContext)

 

EArgumentException(SerializationInfo info, StreamingContext context)

 

init(_ info: SerializationInfo, _ context: StreamingContext)

 

EArgumentException(SerializationInfo info, StreamingContext context)

 

Sub New(info As SerializationInfo, context As StreamingContext)

Parameters:

  • info:
  • context:

constructor (String) .NET

 

constructor(message: String)

 

EArgumentException(String message)

 

init(_ message: String)

 

EArgumentException(String message)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Exception) .NET

 

constructor(message: String; innerException: Exception)

 

EArgumentException(String message, Exception innerException)

 

init(_ message: String, _ innerException: Exception)

 

EArgumentException(String message, Exception innerException)

 

Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException:

constructor (String, String) .NET

 

constructor(message: String; paramName: String)

 

EArgumentException(String message, String paramName)

 

init(_ message: String, _ paramName: String)

 

EArgumentException(String message, String paramName)

 

Sub New(message As String, paramName As String)

Parameters:

  • message:
  • paramName:

constructor (String, String, Exception) .NET

 

constructor(message: String; paramName: String; innerException: Exception)

 

EArgumentException(String message, String paramName, Exception innerException)

 

init(_ message: String, _ paramName: String, _ innerException: Exception)

 

EArgumentException(String message, String paramName, Exception innerException)

 

Sub New(message As String, paramName As String, innerException As Exception)

Parameters:

  • message:
  • paramName:
  • innerException:

constructor withError(NSError): InstanceType    (declared in RTLException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee

 

constructor withError(aError: NSError)

 

EArgumentException withError(NSError aError)

 

init(withError aError: NSError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError: