C# Class System.ProcessStateException

Inheritance: SystemException
Show file Open project: feel-the-dz3n/Singularity-OS

Public Methods

Method Description
ProcessStateException ( )
ProcessStateException ( String message )
ProcessStateException ( String message, Exception innerException )

Method Details

ProcessStateException() public method

ProcessStateException() public method

public ProcessStateException ( String message )
message String

ProcessStateException() public method

public ProcessStateException ( String message, Exception innerException )
message String
innerException Exception