C# Class Scr.Content.ExtractContentArchiveException

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

Méthodes publiques

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

Method Details

ExtractContentArchiveException() public méthode

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

ExtractContentArchiveException() public méthode

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

ExtractContentArchiveException() public méthode

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