C# Class StarkPlatform.Reflection.Metadata.ImageFormatLimitationException

Inheritance: Exception
Afficher le fichier Open project: stark-lang/stark

Méthodes publiques

Méthode Description
ImageFormatLimitationException ( ) : System
ImageFormatLimitationException ( string message ) : System
ImageFormatLimitationException ( string message, Exception innerException ) : System

Method Details

ImageFormatLimitationException() public méthode

public ImageFormatLimitationException ( ) : System
Résultat System

ImageFormatLimitationException() public méthode

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

ImageFormatLimitationException() public méthode

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