Class StreamingError
Namespace: Unity.Reflect.Actors
Syntax
public class StreamingError
Constructors
StreamingError(DynamicGuid, Exception)
Declaration
public StreamingError(DynamicGuid id, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
DynamicGuid | id | |
Exception | ex |
Fields
Exception
Declaration
public Exception Exception
Field Value
Type | Description |
---|---|
Exception |
Id
Declaration
public DynamicGuid Id
Field Value
Type | Description |
---|---|
DynamicGuid |