Show / Hide Table of Contents

Class ErrorMessage

Defines a class for error messages.

Inheritance
System.Object
DiagnosticMessage
ErrorMessage
Inherited Members
DiagnosticMessage.FormatMessage(Object[])
DiagnosticMessage.GetIntegerId()
DiagnosticMessage.GetIntegerId(String)
DiagnosticMessage.GetMessage()
DiagnosticMessage.TryGetMessageId(Exception, String)
DiagnosticMessage.TryGetMessageId(String, String)
DiagnosticMessage.Id
DiagnosticMessage.Message
DiagnosticMessage.Type
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Diagnostics
Assembly: Juhta.Net.dll
Syntax
public class ErrorMessage : DiagnosticMessage

Constructors

| Improve this Doc View Source

ErrorMessage(String)

Initializes a new instance.

Declaration
public ErrorMessage(string message)
Parameters
Type Name Description
System.String message

Specifies a message that will be associated with the instance. The value can contain format items.

| Improve this Doc View Source

ErrorMessage(String, String)

Initializes a new instance.

Declaration
public ErrorMessage(string message, string id)
Parameters
Type Name Description
System.String message

Specifies a message that will be associated with the instance. The value can contain format items.

System.String id

Specifies a value for the Id property.

  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX