summary refs log tree commit diff
path: root/crypto/src/asn1/x509/AccessDescription.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/x509/AccessDescription.cs')
-rw-r--r--crypto/src/asn1/x509/AccessDescription.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/src/asn1/x509/AccessDescription.cs b/crypto/src/asn1/x509/AccessDescription.cs
index 09b5b5920..47374be8f 100644
--- a/crypto/src/asn1/x509/AccessDescription.cs
+++ b/crypto/src/asn1/x509/AccessDescription.cs
@@ -1,5 +1,7 @@
 using System;
 
+using Org.BouncyCastle.Utilities;
+
 namespace Org.BouncyCastle.Asn1.X509
 {
 	/**
@@ -28,7 +30,7 @@ namespace Org.BouncyCastle.Asn1.X509
 			if (obj is Asn1Sequence)
 				return new AccessDescription((Asn1Sequence) obj);
 
-			throw new ArgumentException("unknown object in factory: " + obj.GetType().Name, "obj");
+            throw new ArgumentException("unknown object in factory: " + Platform.GetTypeName(obj), "obj");
 		}
 
 		private AccessDescription(