C# Class CSKernelClient.KernelException

Inheritance: System.Exception
Afficher le fichier Open project: javiercrowsoft/CSReports.net

Méthodes publiques

Méthode Description
KernelException ( ) : System
KernelException ( String module, String message ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
KernelException ( SerializationInfo info, StreamingContext context ) : System

Method Details

KernelException() public méthode

public KernelException ( ) : System
Résultat System

KernelException() protected méthode

protected KernelException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

KernelException() public méthode

public KernelException ( String module, String message ) : System
module String
message String
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string