Initializes a new instance of the ErrorInfo class

Namespace: OPSSDK
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public ErrorInfo(
	ErrorType type,
	string message
)
Visual Basic
Public Sub New ( 
	type As ErrorType,
	message As String
)
Visual C++
public:
ErrorInfo(
	ErrorType type, 
	String^ message
)

Parameters

type
Type: OPSSDK..::..ErrorType

[Missing <param name="type"/> documentation for "M:OPSSDK.ErrorInfo.#ctor(OPSSDK.ErrorType,System.String)"]

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:OPSSDK.ErrorInfo.#ctor(OPSSDK.ErrorType,System.String)"]

See Also