EFormatException

Overview

Location

Instance Methods


constructor

 

constructor

 

EFormatException()

 

init()

 

EFormatException()

 

Sub New()

constructor (String) Cooper

 

constructor(arg1: String)

 

EFormatException(String arg1)

 

init(_ arg1: String)

 

EFormatException(String arg1)

 

Sub New(arg1 As String)

Parameters:

  • arg1:

constructor (String, Throwable) Cooper

 

constructor(arg1: String; arg2: Throwable)

 

EFormatException(String arg1, Throwable arg2)

 

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

 

EFormatException(String arg1, Throwable arg2)

 

Sub New(arg1 As String, arg2 As Throwable)

Parameters:

  • arg1:
  • arg2:

constructor (String, Throwable, Boolean, Boolean) Cooper

 

constructor(arg1: String; arg2: Throwable; arg3: Boolean; arg4: Boolean)

 

EFormatException(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)

 

init(_ arg1: String, _ arg2: Throwable, _ arg3: Boolean, _ arg4: Boolean)

 

EFormatException(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)

 

Sub New(arg1 As String, arg2 As Throwable, arg3 As Boolean, arg4 As Boolean)

Parameters:

  • arg1:
  • arg2:
  • arg3:
  • arg4:

constructor (Throwable) Cooper

 

constructor(arg1: Throwable)

 

EFormatException(Throwable arg1)

 

init(_ arg1: Throwable)

 

EFormatException(Throwable arg1)

 

Sub New(arg1 As Throwable)

Parameters:

  • arg1:

constructor (SerializationInfo, StreamingContext) .NET

 

constructor(info: SerializationInfo; context: StreamingContext)

 

EFormatException(SerializationInfo info, StreamingContext context)

 

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

 

EFormatException(SerializationInfo info, StreamingContext context)

 

Sub New(info As SerializationInfo, context As StreamingContext)

Parameters:

  • info:
  • context:

constructor (String) .NET

 

constructor(message: String)

 

EFormatException(String message)

 

init(_ message: String)

 

EFormatException(String message)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, Exception) .NET

 

constructor(message: String; innerException: Exception)

 

EFormatException(String message, Exception innerException)

 

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

 

EFormatException(String message, Exception innerException)

 

Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException: