Class Error
Inheritance
System.Object
Error
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public class Error
Constructors
Error(String, Error.Severity)
Declaration
public Error(string description, Error.Severity severity = Error.Severity.Error)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | |
Error.Severity | severity |
Methods
Log()
Declaration
public void Log()
Log(String, Error.Severity)
Declaration
public static void Log(string description, Error.Severity severity = Error.Severity.Error)
Parameters
Type | Name | Description |
---|---|---|
System.String | description | |
Error.Severity | severity |
LogWithPrefix(String)
Declaration
public void LogWithPrefix(string prefix)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix |