Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ExceptionHandlingClauses

virtual IList<ExceptionHandlingClause> System.Reflection.MethodBody.ExceptionHandlingClauses
get

Definition at line 21 of file MethodBody.cs.

22 {
23 get
24 {
25 throw new ArgumentNullException("array");
26 }
27 }