C# Class NpcAdventure.Loader.AssetPatchException

Inheritance: Exception
Mostrar archivo Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
AssetPatchException ( ) : System
AssetPatchException ( Type type ) : System
AssetPatchException ( string message ) : System
AssetPatchException ( string message, Exception innerException ) : System

Protected Methods

Method Description
AssetPatchException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AssetPatchException() public method

public AssetPatchException ( ) : System
return System

AssetPatchException() protected method

protected AssetPatchException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

AssetPatchException() public method

public AssetPatchException ( Type type ) : System
type Type
return System

AssetPatchException() public method

public AssetPatchException ( string message ) : System
message string
return System

AssetPatchException() public method

public AssetPatchException ( string message, Exception innerException ) : System
message string
innerException Exception
return System