# SalOleErrorInfo

Namespace: **PPJ.Runtime.Com**

Assembly: **PPJ.Web.49** (4.9.0.0)

OleErrorInfo implementation.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalOleErrorInfo : SalFunctionalClass
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalOleErrorInfo
    Inherits SalFunctionalClass
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalOleErrorInfo()

## Fields

| Name            | Type                                                                                     | Description  |
| --------------- | ---------------------------------------------------------------------------------------- | ------------ |
| **description** | [SalString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md) | description  |
| **helpContext** | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | help context |
| **helpFile**    | [SalString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md) | help file    |
| **scode**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | scode        |
| **source**      | [SalString](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salstring.md) | source       |
| **wcode**       | [SalNumber](https://docs.wisej.com/extensions/ppj.web.49/types/ppj.runtime.salnumber.md) | wcode        |
