C# Class StarkPlatform.Reflection.Metadata.ImageFormatLimitationException

Inheritance: Exception
ファイルを表示 Open project: stark-lang/stark

Public Methods

Method Description
ImageFormatLimitationException ( ) : System
ImageFormatLimitationException ( string message ) : System
ImageFormatLimitationException ( string message, Exception innerException ) : System

Method Details

ImageFormatLimitationException() public method

public ImageFormatLimitationException ( ) : System
return System

ImageFormatLimitationException() public method

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

ImageFormatLimitationException() public method

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