> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.SoExceptionInfo

# <a id="SuperOffice_WebApi_Data_SoExceptionInfo" /> Class SoExceptionInfo

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for SoExceptionInfo.
Representation of a serialized exception that can be communicatyed over web services

```csharp theme={null}
public class SoExceptionInfo
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[SoExceptionInfo](SuperOffice.WebApi.Data.SoExceptionInfo.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo__ctor" /> SoExceptionInfo()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public SoExceptionInfo()
```

## Properties

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_ExceptionType" /> ExceptionType

Type of Exception.

```csharp theme={null}
public virtual string ExceptionType { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_FriendlyText" /> FriendlyText

Friendly name.

```csharp theme={null}
public virtual string FriendlyText { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_InnerException" /> InnerException

Inner Exception.

```csharp theme={null}
public virtual SoExceptionInfo InnerException { get; set; }
```

#### Property Value

[SoExceptionInfo](SuperOffice.WebApi.Data.SoExceptionInfo.md)

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_Message" /> Message

The message that describes the error.

```csharp theme={null}
public virtual string Message { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_Parameters" /> Parameters

Additional parameters relevant to describe the exception.

```csharp theme={null}
public virtual SoExceptionInfoParameters Parameters { get; set; }
```

#### Property Value

[SoExceptionInfoParameters](SuperOffice.WebApi.Data.SoExceptionInfoParameters.md)

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_Source" /> Source

The name of the application or the object that causes the error.

```csharp theme={null}
public virtual string Source { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_SoExceptionInfo_StackTrace" /> StackTrace

A string that describes the contents of the call stack, with the most recent method call appearing first.

```csharp theme={null}
public virtual string StackTrace { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.SoExceptionInfoParameters](/en/api/reference/webapi/SuperOffice.WebApi.Data.SoExceptionInfoParameters.md)
- [SuperOffice.WebApi.Data.SoSystemInfoCarrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.SoSystemInfoCarrier.md)
- [SuperOffice.WebApi.Authorization.Exceptions.SuperOfficeWebApiException](/en/api/reference/webapi/SuperOffice.WebApi.Authorization.Exceptions.SuperOfficeWebApiException.md)
- [SuperOffice.WebApi.Authorization.Exceptions.SuperOfficeWebApiUnauthorizedException](/en/api/reference/webapi/SuperOffice.WebApi.Authorization.Exceptions.SuperOfficeWebApiUnauthorizedException.md)
- [SuperOffice.WebApi.Authorization.Exceptions.SuperOfficeWebApiWrongSubdomainException](/en/api/reference/webapi/SuperOffice.WebApi.Authorization.Exceptions.SuperOfficeWebApiWrongSubdomainException.md)
- [SuperOffice.WebApi.Authorization.SystemUserTicket.Exceptions.SystemUserException](/en/api/reference/webapi/SuperOffice.WebApi.Authorization.SystemUserTicket.Exceptions.SystemUserException.md)
