C# Class Weaver.AssemblyWeaverException

Inheritance: System.Exception
ファイルを表示 Open project: FloodProject/flood

Public Properties

Property Type Description
Errors List

Public Methods

Method Description
AssemblyWeaverException ( List errors ) : System

Private Methods

Method Description
GetErrorMeassage ( List errors ) : string

Method Details

AssemblyWeaverException() public method

public AssemblyWeaverException ( List errors ) : System
errors List
return System

Property Details

Errors public_oe property

public List Errors
return List