Example #1
0
 protected InteropException(string message, Exception innerException, InteropError hr) : this(message, innerException, (int)hr)
 {
 }
Example #2
0
 protected ElevationRequiredException(string message, Exception innerException, InteropError hr) : this(message, innerException, (int)hr)
 {
 }