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