Constructor InternalAssumptionViolatedException
InternalAssumptionViolatedException(String)
Declaration
public InternalAssumptionViolatedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
InternalAssumptionViolatedException(String, Exception)
Declaration
public InternalAssumptionViolatedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |