# SalOleErrorInfo

Namespace: **PPJ.Runtime.Com**

Assembly: **PPJ.Runtime.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://299326270-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qefdGDqaAibSgFIaGI0%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)SalOleErrorInfo()

## Fields

| Name            | Type                                                                                                | Description  |
| --------------- | --------------------------------------------------------------------------------------------------- | ------------ |
| **description** | [SalString](https://desktop-api.iceteagroup.com/ppj.runtime.49/com/ppj.runtime.com.saloleerrorinfo) | description  |
| **helpContext** | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/com/ppj.runtime.com.saloleerrorinfo) | help context |
| **helpFile**    | [SalString](https://desktop-api.iceteagroup.com/ppj.runtime.49/com/ppj.runtime.com.saloleerrorinfo) | help file    |
| **scode**       | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/com/ppj.runtime.com.saloleerrorinfo) | scode        |
| **source**      | [SalString](https://desktop-api.iceteagroup.com/ppj.runtime.49/com/ppj.runtime.com.saloleerrorinfo) | source       |
| **wcode**       | [SalNumber](https://desktop-api.iceteagroup.com/ppj.runtime.49/com/ppj.runtime.com.saloleerrorinfo) | wcode        |
