C# Class Scr.Content.LoadContentArchiveException

Inheritance: LoadContentException
Afficher le fichier Open project: vitalyobukhov/WebSaver

Méthodes publiques

Méthode Description
LoadContentArchiveException ( Details reason ) : System
LoadContentArchiveException ( Details reason, string message ) : System
LoadContentArchiveException ( Details reason, string message, Exception innerException ) : System

Method Details

LoadContentArchiveException() public méthode

public LoadContentArchiveException ( Details reason ) : System
reason Details
Résultat System

LoadContentArchiveException() public méthode

public LoadContentArchiveException ( Details reason, string message ) : System
reason Details
message string
Résultat System

LoadContentArchiveException() public méthode

public LoadContentArchiveException ( Details reason, string message, Exception innerException ) : System
reason Details
message string
innerException System.Exception
Résultat System