C# Class Apex.System.TypeException

Inheritance: Apex.System.Exception
Afficher le fichier Open project: jayonsoftware/apexsharp

Méthodes publiques

Méthode Description
TypeException ( )
TypeException ( Apex.System.Exception param1 )
TypeException ( string param1 )
TypeException ( string param1, Apex.System.Exception param2 )
getCause ( ) : Apex.System.Exception
getLineNumber ( ) : int
getMessage ( ) : string
getStackTraceString ( ) : string
getTypeName ( ) : string
initCause ( Apex.System.Exception cause ) : void
setMessage ( string message ) : void

Method Details

TypeException() public méthode

public TypeException ( )

TypeException() public méthode

public TypeException ( Apex.System.Exception param1 )
param1 Apex.System.Exception

TypeException() public méthode

public TypeException ( string param1 )
param1 string

TypeException() public méthode

public TypeException ( string param1, Apex.System.Exception param2 )
param1 string
param2 Apex.System.Exception

getCause() public méthode

public getCause ( ) : Apex.System.Exception
Résultat Apex.System.Exception

getLineNumber() public méthode

public getLineNumber ( ) : int
Résultat int

getMessage() public méthode

public getMessage ( ) : string
Résultat string

getStackTraceString() public méthode

public getStackTraceString ( ) : string
Résultat string

getTypeName() public méthode

public getTypeName ( ) : string
Résultat string

initCause() public méthode

public initCause ( Apex.System.Exception cause ) : void
cause Apex.System.Exception
Résultat void

setMessage() public méthode

public setMessage ( string message ) : void
message string
Résultat void