C# Class CoRoutine.CoRoutineException, UnityCoroutinesWithoutMonoBehaviours

Inheritance: Exception
显示文件 Open project: svermeulen/UnityCoroutinesWithoutMonoBehaviours

Public Methods

Method Description
CoRoutineException ( List objTrace, Exception innerException ) : System

Private Methods

Method Description
CreateMessage ( List objTrace ) : string

Method Details

CoRoutineException() public method

public CoRoutineException ( List objTrace, Exception innerException ) : System
objTrace List
innerException Exception
return System