System.ProcessStateException.ProcessStateException C# (CSharp) Méthode

ProcessStateException() public méthode

public ProcessStateException ( String message )
message String
        public ProcessStateException(String message) : base(message)
        {
        }

Same methods

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