Ejemplo n.º 1
0
 internal static void CheckHandle(this AMSIHandleSession handleSession)
 {
     if (handleSession.IsInvalid)
     {
         throw AMSIException.FailedToInitializeSession();
     }
 }