2009-06-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Security / HostProtectionException.cs
index 83929ea62212570601a670639d2cb7d48092e021..70d20535c6944507c8da377d2dff70b52846b85e 100644 (file)
@@ -59,6 +59,8 @@ namespace System.Security {
                public HostProtectionException (string message, HostProtectionResource protectedResources, HostProtectionResource demandedResources)
                        : base (message)
                {
+                       this._protected = protectedResources;
+                       this._demanded = demandedResources;
                }
 
                protected HostProtectionException (SerializationInfo info, StreamingContext context)