xCompilerOutput.getErrorMessage(Int32, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::String ^ getErrorMessage(int _errorCode, int _severity, System::String ^ _errorString);
public virtual string getErrorMessage (int _errorCode, int _severity, string _errorString);
abstract member getErrorMessage : int * int * string -> string
override this.getErrorMessage : int * int * string -> string
Public Overridable Function getErrorMessage (_errorCode As Integer, _severity As Integer, _errorString As String) As String
Parameters
- _errorCode
- Int32
- _severity
- Int32
- _errorString
- String