ArgumentException
Overview
Location
-
Reference:
- RemObjects.Elements.EUnit.dll .NET, .NET Standard 2.0
- remobjects.elements.eunit.jar Cooper
- EUnit.fx Island, macOS
- libEUnit.fx Toffee
- Namespace: RemObjects.Elements.EUnit
- Platforms: .NET, .NET Standard 2.0, Cooper, Island, macOS, Toffee
-
Ancestry:
- Exception | BaseException | ArgumentException .NET, .NET Standard 2.0, Cooper, macOS
- Exception | BaseException | ArgumentException Island
- NSException | BaseException | ArgumentException Toffee
- Exception | BaseException | ArgumentException .NET, .NET Standard 2.0, Cooper, macOS
Properties
Argument virtual
property Argument: String read;
String Argument { get; }
var Argument: String { get{} }
String Argument { __get; }
ReadOnly Property Argument() As String
Message virtual (declared in BaseException) Toffee
var Message: String { get{} }
ParsableMessage virtual (declared in BaseException)
property ParsableMessage: String read;
String ParsableMessage { get; }
var ParsableMessage: String { get{} }
String ParsableMessage { __get; }
ReadOnly Property ParsableMessage() As String
Instance Methods
// .NET, .NET Standard 2.0
constructor(aMessage: String; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil; aType: String := 'TEST')
// Island
constructor(aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String; aType: String := 'TEST')
// macOS
constructor(aMessage: String; aFile: String; aLine: Int32; aClass: String; aMethod: String; aType: String)
// .NET, .NET Standard 2.0
ArgumentException(String aMessage, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null, String aType = \"TEST\")
// Island
ArgumentException(String aMessage, String aFile, Int32 aLine, String aClass, String aMethod, String aType = \"TEST\")
// macOS
ArgumentException(String aMessage, String aFile, Int32 aLine, String aClass, String aMethod, String aType)
init(_ aMessage: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String, _ aType: String = \"TEST\")
ArgumentException(String aMessage, String aFile, Integer aLine, String aClass, String aMethod, String aType)
// .NET, .NET Standard 2.0
Sub New(aMessage As String, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null, aType As String = \"TEST\")
// Island
Sub New(aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String, aType As String = \"TEST\")
// macOS
Sub New(aMessage As String, aFile As String, aLine As Int32, aClass As String, aMethod As String, aType As String)
Parameters:
- aMessage:
- aFile:
- aLine:
- aClass:
- aMethod:
- aType:
// .NET, .NET Standard 2.0
constructor(anArgument: String; Message: String; aFile: String := nil; aLine: Int32 := nil; aClass: String := nil; aMethod: String := nil)
// Island, macOS
constructor(anArgument: String; Message: String; aFile: String; aLine: Int32; aClass: String; aMethod: String)
// .NET, .NET Standard 2.0
ArgumentException(String anArgument, String Message, String aFile = null, Int32 aLine = null, String aClass = null, String aMethod = null)
// Island, macOS
ArgumentException(String anArgument, String Message, String aFile, Int32 aLine, String aClass, String aMethod)
init(_ anArgument: String, _ Message: String, _ aFile: String, _ aLine: Int32, _ aClass: String, _ aMethod: String)
ArgumentException(String anArgument, String Message, String aFile, Integer aLine, String aClass, String aMethod)
// .NET, .NET Standard 2.0
Sub New(anArgument As String, Message As String, aFile As String = Null, aLine As Int32 = Null, aClass As String = Null, aMethod As String = Null)
// Island, macOS
Sub New(anArgument As String, Message As String, aFile As String, aLine As Int32, aClass As String, aMethod As String)
Parameters:
- anArgument:
- Message:
- aFile:
- aLine:
- aClass:
- aMethod: