C# Class NpcAdventure.Loader.AssetPatchException

Inheritance: Exception
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Méthode Description
AssetPatchException ( ) : System
AssetPatchException ( Type type ) : System
AssetPatchException ( string message ) : System
AssetPatchException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

AssetPatchException() public méthode

public AssetPatchException ( ) : System
Résultat System

AssetPatchException() protected méthode

protected AssetPatchException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

AssetPatchException() public méthode

public AssetPatchException ( Type type ) : System
type Type
Résultat System

AssetPatchException() public méthode

public AssetPatchException ( string message ) : System
message string
Résultat System

AssetPatchException() public méthode

public AssetPatchException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System