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

ProcessStateException() public méthode

public ProcessStateException ( String message, Exception innerException )
message String
innerException Exception
        public ProcessStateException(String message, Exception innerException)
            : base(message, innerException)
        {
        }
    }

Same methods

ProcessStateException::ProcessStateException ( )
ProcessStateException::ProcessStateException ( String message )
ProcessStateException